.cl1{
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.cl2{
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cl3{
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bg-color {
  background: #fff;
}
.top_bar {
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  background: #eeeeee;
  color:#666666;
}
.top_bar .tb-left {
  float: left;
  height: 34px;
  overflow: hidden;

}
.top_bar .tb-left a {
  font-size: 13px;
  color: #b70c0c;
}
.top_bar .tb-left a:hover {
  color: #f81616;
}
.top_bar .tb-rig {
  float: right;
}
.top_bar .tb-rig ul li {
  position: relative;
  float: left;
  font-size: 13px;
}
.top_bar .tb-rig ul li > a {
  color: #666666;
  padding: 0px 22px;
}
.top_bar .tb-rig ul li > a:hover {
  color: #268ae7;
}
.top_bar .tb-rig ul li.drop-down > a {
  background: url(../images/down-icon.png) no-repeat 74px center;
}
.top_bar .tb-rig ul li .drop-list {
  display: none;
  position: absolute;
  top: 40px;
  padding: 10px 0 8px;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(246, 246, 247, 0.95) !important;
  filter: alpha(opacity=95);
  background: #f6f6f7;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 1px 3px 3px #ccc;
}
.top_bar .tb-rig ul li .drop-list ul li {
  float: none;
  line-height: 32px;
}
.top_bar .tb-rig ul li .drop-list ul li a {
  display: block;
  text-align: center;
  padding: 0;
}
.top_bar .tb-rig ul li.drop-down:hover > a {
  color: #268ae7;
}
.top_bar .tb-rig ul li.drop-down:hover .drop-list {
  display: block;
}
.fixed-banner {
  overflow: hidden;
  text-align: center;
  height: 480px;
  background-size: cover !important;
}

.fixed-banner p {
  font-size: 18px;
  color: #fff;
  margin-top: .8%;
}
.nav-bar {
  background: #0058b1;
  height: 57px;
  font-size:0;
}
.nav-bar ul {
  overflow: hidden;
  display: inline-block;

}
.nav-bar ul li {
  float: left;
  line-height: 57px;
}

.nav-bar ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  width:150px;
  text-align: center;
}
.nav-bar ul li a::after{
  position: absolute;
  content: '';
  right: -1px;
  top:50%;
  width:0;
  margin-top:-9px;
  height: 18px;
  border-left:1px solid #268ae7;
}
.nav-bar ul li a:hover,
.nav-bar ul li.active a {
  background: #268ae7;
}
.nav-bar ul li a:hover::after,
.nav-bar ul li.active a::after{
  display: none;
}
.nav-bar ul li:last-child a::after{
  display: none;
}
.banner {
  position: relative;
  height: 420px;
  overflow: hidden;
}
.banner #bannerSwiper {
  height: 420px;
}
.banner .swiper-slide {
  position: relative;
  height: 420px;
  float: left;
}
.banner .swiper-slide a{
  display:block;
  width:100%;
  height: 100%;
}
.banner .pagination {
  position: absolute;
  font-size:0;
  left: 0;
  text-align: center;
  bottom: 13px;
  width: 100%;
  z-index: 9;
}
.banner .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border:2px solid #fff;
  opacity: 0.6;
  margin: 0 5px;
  cursor: pointer;
}
.banner .pagination .swiper-active-switch {
  background: #fff;
  opacity: 1;
}
#main {
  overflow: hidden;
}
/* 首页产品 */
#main .product-main {
  margin: 40px 0 22px;
  overflow: hidden;
}
#main .product-main .pro-sider .pro-sider-ul {
  height: 413px;
  overflow: auto;
}
#main .product-main .pro-main-rig {
  width: 900px;
  float: right;
}
#main .product-main .pro-main-rig .pr-title {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  font-size: 18px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 15px;
}
#main .product-main .pro-main-rig .pr-title a {
  font-weight: normal;
  display: block;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .product-main .pro-main-rig .pr-title a:hover {
  text-decoration: underline;
}
#main .product-main .pro-main-rig .pr-list {
  overflow: hidden;
}
#main .product-main .pro-main-rig .pr-list ul {
  margin: 0 -12px;
}
#main .product-main .pro-main-rig .pr-list ul li {
  float: left;
  width: 280px;
  height: 260px;
  border: 2px solid #fff;
  margin: 0 12px 18px;
}
#main .product-main .pro-main-rig .pr-list ul li a {
  display: block;
}
#main .product-main .pro-main-rig .pr-list ul li .pro-img {
  width: 278px;
  height: 210px;
  font-size: 0;
  text-align: center;
  line-height: 210px;
  background: #f5f5f5;
  border:1px solid #e5e5e5;
  border-bottom:none;
}
#main .product-main .pro-main-rig .pr-list ul li .pro-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .product-main .pro-main-rig .pr-list ul li .title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #595959;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border:1px solid #e5e5e5;
  border-top:none;
}
#main .product-main .pro-main-rig .pr-list ul li .title h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .product-main .pro-main-rig .pr-list ul li:hover{
  /* background: #268ae7;
  color: #fff; */
  border-color:#268ae7;
}
#main .product-main .pro-main-rig .pr-list ul li:hover .title{
  border:none;
}
#main .company-main {
  padding: 50px 0 60px;
  background: #f2f2f2;
  overflow: hidden;
}
#main .company-main .warpper {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(102, 102, 102, 0.1);
}
#main .company-main .com-main-left,
#main .company-main .com-main-rig {
  position: relative;
  float: left;
  height: 490px;
  overflow: hidden;
}
#main .company-main .com-main-left {
  padding: 0 47px 0 30px;
  width: 523px;
}
#main .company-main .com-main-left .title {
  margin: 35px 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
#main .company-main .com-main-left .title h3 {
  font-size: 22px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 4px;
}
#main .company-main .com-main-left .title em {
  font-size: 16px;
  color: #d1d1d1;
}
#main .company-main .com-main-left .com-content {
  overflow: hidden;
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  height: 216px;
}
#main .company-main .com-main-left .com-content img {
  max-width: 100%;
}
#main .company-main .com-main-left .com-btn {
  margin-top: 35px;
  float: left;
  overflow: hidden;
  border: 1px solid #268ae7;
}
#main .company-main .com-main-left .com-btn a {
  display: block;
  width: 145px;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #595959;
}
#main .company-main .com-main-left .com-btn a.active {
  background: #268ae7;
  color: #fff;
}
#main .company-main .com-main-rig {
  width: 600px;
}
#main .company-main .com-main-rig .company-img {
  position: relative;
  width: 570px;
  height: 420px;
  font-size: 0;
  text-align: center;
  line-height: 420px;
  margin-top: 35px;
  z-index: 1;
}
#main .company-main .com-main-rig .company-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .company-main .com-main-rig::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  width: 450px;
  background: #0058b1;
}
#main .news-main {
  background: #fff;
  overflow: hidden;
  padding: 50px 0 40px;
}
#main .news-main .news-content {
  float: left;
  width: 600px;
}
#main .news-main .news-content .news-title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .news-content .news-title a {
  font-weight: normal;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .news-main .news-content .news-title a:hover {
  text-decoration: underline;
}
#main .news-main .news-content .news-show {
  overflow: hidden;
  height: 140px;
  margin-bottom: 25px;
}
#main .news-main .news-content .news-show .show-box {
  width: 160px;
  float: left;
  text-align: center;
  line-height: 140px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  background: #0058b1;
}
#main .news-main .news-content .news-show .show-img {
  float: left;
  width: 440px;
  height: 140px;
  font-size: 0;
  text-align: center;
  line-height: 140px;
}
#main .news-main .news-content .news-show .show-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .news-content .news-show-one {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
#main .news-main .news-content .news-show-one .title {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

#main .news-main .news-content .news-show-one .title a {
  display: block;
  float: left;
  color: #323232;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a h4{
  font-weight: bold !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a:hover {
  color: #0058b1;
}
#main .news-main .news-content .news-show-one .title span {
  float: right;
  color: #808080;
}
#main .news-main .news-content .news-show-one .title span em {
  color: #d9d9d9;
  margin: 0 5px;
}
#main .news-main .news-content .news-show-one .news-p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
#main .news-main .news-content .news-list {
  overflow: hidden;
}
#main .news-main .news-content .news-list ul {
  margin: 0 -20px;
}
#main .news-main .news-content .news-list ul li {
  float: left;
  width: 280px;
  margin: 0 20px;
  font-size: 14px;
  line-height: 30px;
}
#main .news-main .news-content .news-list ul li a {
  position: relative;
  padding-left: 10px;
  display: block;
  color: #808080;
}
#main .news-main .news-content .news-list ul li a h4{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-list ul li a::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#main .news-main .news-content .news-list ul li a:hover {
  color: #0058b1;
}
#main .news-main .online-main {
  width: 480px;
  float: right;
}
#main .news-main .online-main .title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .online-main .online-form {
  overflow: hidden;
}
#main .news-main .online-main .online-form input {
  float: left;
  display: block;
  width: 460px;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  margin-bottom: 13px;
  font-size: 14px;
  color: #323232;
}
#main .news-main .online-main .online-form input.code {
  width: 300px;
}
#main .news-main .online-main .online-form a {
  display: block;
}
#main .news-main .online-main .online-form a.code {
  float: right;
  height: 42px;
  max-width: 130px;
  line-height: 42px;
  font-size: 0;
  text-align: center;
}
#main .news-main .online-main .online-form a.code img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .online-main .online-form textarea {
  display: block;
  float: left;
  font-size: 14px;
  color: #323232;
  width: 460px;
  border: 1px solid #ededed;
  height: 120px;
  line-height: 30px;
  padding: 5px 9px;
  margin-bottom: 26px;
}
#main .news-main .online-main .online-form .btn-box {
  float: left;
  width: 100%;
  overflow: hidden;
}
#main .news-main .online-main .online-form .btn-box a.btn {
  display: block;
  width: 265px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #268ae7;
  color: #fff;
  margin: 0 auto;
}
#main .news-main .online-main .online-form .btn-box a.btn:hover {
  background: #0058b1;
}
.link-cover {
  overflow: hidden;
  padding: 30px 0 20px;
  border-top: 1px solid #e6e6e6;
}
.link-cover .title {
  float: left;
  width: 80px;
  height: 35px;
  background: url(../images/link-icon.png) no-repeat left center;
}
.link-cover .link-list {
  float: left;
  width: 1000px;
  height: 35px;
  overflow: hidden;
}
.link-cover .link-list a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 22px;
  font-size: 14px;
  color: #808080;
}
.link-cover .link-list a img{
  display: block;
  height: 25px;
  margin:5px 0 0;
  width: auto;
}
.link-cover .link-list a:hover {
  color: #268ae7;
}
.link-cover .link-list em {
  display: block;
  float: left;
  font-size: 14px;
  color: #e6e6e6;
  line-height: 35px;
}
.link-cover .link-list.active {
  height: auto;
}
.link-cover .link-more {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 35px;
  height: 35px;
  padding-right: 20px;
  background: url(../images/down-arr.png) no-repeat right center;
}
.link-cover .link-more.on {
  background: url(../images/up-arr.png) no-repeat right center;
}
.footer {
  background: #1651a3;
  padding: 2.8% 0 2.8% 0;
}
.footer .foot-contact {
  overflow: hidden;
  margin-top:35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #3e4956;
}
.footer .foot-contact .f-contact-l {
  float: left;
  width: 1000px;
  padding-top:20px;
}
.footer .foot-contact .f-contact-l .fcl-floor {
  overflow: hidden;
}
.footer .foot-contact .f-contact-l .fcl-floor.mar-bot-28 {
  margin-bottom: 28px;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item {
  width: 230px;
  min-height: 44px;
  float: left;
  overflow: hidden;
  padding-left: 65px;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-01 {
  background: url(../images/fot-icon-01.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-02 {
  background: url(../images/fot-icon-02.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-03 {
  width: 340px;
  background: url(../images/fot-icon-03.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-04 {
  background: url(../images/fot-icon-04.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-05 {
  background: url(../images/fot-icon-05.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-06 {
  width: 340px;
  background: url(../images/fot-icon-06.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item p {
  font-size: 14px;
  color: #707985;
  line-height: 20px;
  word-wrap: break-word;
}
.footer .foot-contact .f-contact-r {
  float: right;
  width: 120px;
}
.footer .foot-contact .f-contact-r img {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.footer .foot-contact .f-contact-r .title {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #707985;
}
.footer .foot-nav {
  overflow: hidden;
}
.footer .foot-nav .foot-logo {
  float: left;
  width: 315px;
  height: 130px;
  font-size: 0;
  line-height: 130px;
}
.footer .foot-nav .foot-logo h1{
  color:#fff;
  font-size:26px;
  font-weight: bold;
  line-height: 55px;
  margin-top:32px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer .foot-nav .foot-logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.footer .foot-nav .foot-nav-list {
  overflow: hidden;
  margin-top: 55px;
}
.footer .foot-nav .foot-nav-list ul li {
  float: left;
  margin: 0 25px;
  line-height: 20px;
}
.footer .foot-nav .foot-nav-list ul li a {
  font-size: 16px;
  color: #707985;
}
.footer .foot-nav .foot-nav-list ul li a:hover,
.footer .foot-nav .foot-nav-list ul li.active a {
  color: #b4b9bf;
}
.foot .foot-l {
  float: left;
}
.foot .foot-r {
  float: right;
}
.foot a {
  color: #495665;
}
.foot a:hover {
  color: #b4b9bf;
}
.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}


.container:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.head:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.head ul {
    height: 100%;
    display: flex;
    transition: .4s;
    float: left;
    margin-bottom: 0;
}

.head ul li {
  position: relative;
  padding: 0 28px;
}

.head ul li.active > a {
  /*color: #1651a3;*/
}

.head ul li.active > a:after {
  width: 100%;
}

.head ul li:hover > a {
  color: #1651a3;
  text-decoration:none;
}

.head ul li:hover > a:after {
  width: 100%;
}

.head ul li:hover .subnavlink {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.head ul li .subnavlink {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  width: 158px;
  padding: 0;
  box-sizing: border-box;
  background: #eeeeee;
  border-radius: 2px;
  transition: .4s;
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

.head ul li .subnavlink a {
  font-size: 15px;
  color: #333;
  display: block;
  white-space: nowrap;
  line-height: 2;
  transition: .4s;
  padding: 6px 18px;
}

.head ul li .subnavlink a:first-child {
  /*padding-top: 15px;*/
}

.head ul li .subnavlink a:last-child {
  /*padding-bottom: 15px;*/
}

.head ul li .subnavlink a:hover { 
  color: #fff;
  text-decoration: none;
  background: #1651a3;
}

.head ul li > a {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #242424;
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

.head ul li > a:after {
 /* content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 0%;
  height: 2px;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
  background: #1651a3;*/
}

.lag {
  transition: .4s;
  position: relative;
  display: flex;
  height: 100%;
  padding-left: 18px;
  align-items: center;
  margin-left: 30px;
}

.mobileMenu {
  position: relative!important;
  display: flex!important;
  align-items: center;
  justify-content: center;
  transition: .4s;
  cursor: pointer;
  transition-timing-function: ease-in-out;
  width: 50px;
  /*height: 100%;*/
  height: 80px;
  z-index: 4;
  color: #fff;
}

.mobileMenu.active {
  background: #1651a3;
}

.mobileMenu.active .mobileMenu_box div {
  background: #fff !important;
}

.mobileMenu.active .mobileMenu_box div:first-child {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition-property: top,transform;
  transition-delay: 0s,.3s;
}

.mobileMenu.active .mobileMenu_box div:nth-child(2) {
  opacity: 0;
}

.mobileMenu.active .mobileMenu_box div:last-child {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  transition-property: bottom,transform;
  transition-delay: 0s,.3s;
}

.mobileMenu .mobileMenu_box {
  position: relative;
  width: 20px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileMenu .mobileMenu_box div {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1651a3;
  left: 0;
  transition: .3s;
}

.mobileMenu .mobileMenu_box div:first-child {
  top: 0;
}

.mobileMenu .mobileMenu_box div:nth-child(2) {
  width: 20px;
}

.mobileMenu .mobileMenu_box div:last-child {
  bottom: 0;
}
.lag-dh{padding:5px 18px; font-size: 26px; color: #333333; font-weight: bold; border-radius: 28px; display: flex;
  align-items: center;
  justify-content: center;}
.lag-dh .in_tel p{
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 35px;
  color: #ffa624;
  font-family: 'Impact';
  font-weight: lighter;
}
.lag-dh img{
  float: left;
  margin-top: 5px;
}
.lag-wx{padding:5px 18px; background: #7d7d7d; display: flex;
  align-items: center;
  justify-content: center; border-radius: 28px; margin-left: 8px; position: relative;}

/*shoujixiala*/
.mobileNav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 70vh;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    transition-timing-function: var(--ease-in-out-b);
    justify-content: center;
    align-items: center;
    width: 100vw;
    background: #FFFDF7;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    overflow: -webkit-scrollbars-none;
}

.mobileNav::-webkit-scrollbar {
  display: none;
}

.mobileNav.active {
  visibility: visible;
  opacity: 1;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.mobileNav .img {
  margin-right: 350px;
}

.mobileNav .mobileicon {
  position: absolute;
  bottom: 30px;
  right: 10px;
  z-index: 3;
  display: none;
  align-items: center;
}

.mobileNav .mobileicon a {
  font-size: 20px;
  color: #fff;
  margin: 0 20px;
}

.mobileNav .lag {
  transition: .4s;
  position: absolute;
  right: 50px;
  bottom: 40px;
  display: flex;
  height: auto;
  z-index: 3;
  align-items: center;
}

.mobileNav .lag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 55px;
  background: #fff;
  left: 0;
  top: 0;
}

.mobileNav .lag a {
  font-size: 14px;
  color: #666666;
  transition: .4s;
}

.mobileNav .lag a:hover {
  color: #1651a3;
}

.mobileNav .lag span {
  width: 1px;
  height: 12px;
  display: inline-block;
  margin: 0 15px;
  background: #666666;
}

.mobileNav .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 1000px;
}

.mobileNav .box .mobileNavitems {
  width: 25%;
  text-align: center;
  margin: 25px 0;
}

.mobileNav .box .mobileNavitems .item {
  cursor: pointer;
  position: relative;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  transition: .3s;
  margin-bottom: 15px;
}

.mobileNav .box .mobileNavitems .item:after {
  content: '';
  position: absolute;
  width: 0%;
  right: 0;
  top: 0;
  height: 100%;
  background: #1651a3;
  z-index: -1;
  transition: .5s;
  transition-timing-function: var(--ease-in-out-b);
}

.mobileNav .box .mobileNavitems .item.active {
  border-bottom-color: transparent;
}

.mobileNav .box .mobileNavitems .item.active h5 {
  transition-delay: .1s;
  color: white;
}

.mobileNav .box .mobileNavitems .item.active i {
  transform: rotate(90deg);
  color: white;
  transition-delay: .2s;
}

.mobileNav .box .mobileNavitems .item h5 {
  font-size: 16px;
  color: #666666;
  font-weight: 700;
  transition: .4s;
}

.mobileNav .box .mobileNavitems .item i {
  font-size: 16px;
  color: #999;
  line-height: 1;
  transition: .4s;
}

.mobileNav .box .mobileNavitems .mobilelinkitems {
  width: 100%;
  transition: .4s;
  box-sizing: border-box;
  transition: .5s;
  transition-timing-function: var(--ease-in-out-b);
}

.mobileNav .box .mobileNavitems .mobilelinkitems a {
  position: relative;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.7;
  display: block;
  color: #666666;
  transition: .4s;
}

.mobileNav .box .mobileNavitems .mobilelinkitems a:hover {
  color: #1651a3;
}

.mobileNav .box .mobileNavitems .mobilelinkitems a:last-child {
  margin-bottom: 0;
}

header {
    position: relative;
    /*top: 0;
    left: 0;
    width: 100%;
    
   
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    z-index: 11;*/
    transition: .4s;
}
@media screen and (max-width: 1800px) {
  .head ul li {
    padding: 0 20px;
  }

}

@media screen and (max-width: 640px) {
  header .mobileMenu {
    width: 50px;
  }

}
@media screen and (max-width: 1024px){
    header .mobileMenu {
    width: 70px;}
}
@media screen and (max-width: 1366px) {
  .box2 .w1760 .box2box .left .engtext h2 {
    font-size: 22px;
  }
  .box2 .w1760 .box2box .left .text p {
    font-size: 14px;
  }
  .mobileNav {
    height: 100vh;
  }
  .mobileNav .box {
    width: 700px;
  }
  .mobileNav .img {
    margin-right: 60px;
  }
  .box3.news .w1760 .w1200 ul li {
    width: 32% !important;
    margin-right: 0 !important;
  }
  .box3.news .w1760 .w1200 ul i {
    width: 32% !important;
  }
  .courseitems .w1760 {
    flex-wrap: wrap;
  }
  .courseitems .w1760 .item {
    width: 50%;
    margin-bottom: 30px;
  }
  header ul li {
    padding: 0 10px;
  }
  header ul li a {
    font-size: 14px;
  }

  }


header{width: 100%;}
header:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.head {
  padding:.2% 0;
  background: #fff;
    transition: 0.5s;
 position: relative;
    z-index: 3;
   
    -webkit-transition: 0.58s;
    -o-transition: 0.58s;
    -moz-transition: 0.58s;
    transition: 0.58s;


}
.head .logo {
 position: relative;
    margin-left: 80px;
    float: left;
    margin-bottom: 0;
}
.header-nav {
    /*margin-top: 22px;*/
    float: right;
    margin-right: 80px;

    display: flex;
    align-items: center;
    justify-content: center;

}
.head .logo img {
  transition: .4s;
}

.head .logo{
  float: left;
  height: 80px;
  width:30%;
  display: flex;
  align-items: center;
  /*justify-content: center;*/

  overflow: hidden;
}
.head .logo img {
  display: inline-block;
  vertical-align: middle;
  max-width:100%;
  max-height:100%;
}
.head h1.head-title{
  display: block;
  float: left;
  font-size:26px;
  color:#333333;
  line-height: 55px;
  font-weight: bold;
  max-width:635px;
  overflow: hidden;
  margin-top:40px;
}
.head .QR_code{
  float: right;
  margin-left:115px;
  width:100px;
  height: 100px;
  margin-top:17px;
  font-size:0;
  line-height:100px;
  text-align: center;
}
.head .QR_code img{
  display: inline-block;
  vertical-align: middle;
  width:100%;
  height: 100%;
}
/**/
.head .head-group{
  overflow: hidden;
  float: right;
  margin-top:51px;
}
.head .head-group .head-search{
  overflow: hidden;
  min-width: 255px;
}
.head .head-group .head-search input{
  float: left;
  width:194px;
  height: 34px;
  border:1px solid #d2d2d2;
  border-right:none;
  line-height:34px;
  padding:0 5px;
}
.head .head-group .head-search a{
  float: left;
  display: block;
  width:50px;
  height: 36px;
  background: #1b1b1d url(../images/search-btn.png) no-repeat center;
}
.head .tel {
  line-height: 30px;
  font-size:14px;
  color:#676767;
  padding-left: 36px;
  background: url(../images/tel.png) no-repeat 8px center;
}
.head .tel span{
  font-size:20px;
  color:#0058b1;
  font-weight: bold;
  letter-spacing: 2px;
}

/**/
@media screen and (max-width: 1880px){
    .head ul li {
      position: relative;
      padding: 0 24px;
    }
}
@media screen and (max-width: 1780px){
    .head ul li {
      position: relative;
      padding: 0 20px;
    }
}
@media screen and (max-width: 1680px){
    .head ul li {
      position: relative;
      padding: 0 15px;
    }
}
@media screen and (max-width: 1588px){
    .head ul li {
      position: relative;
      padding: 0 9px;
    }
    .lag{
      margin-left: 0;
    }
}
@media screen and (max-width: 1490px) {
  .head ul li {
      position: relative;
      padding: 0 8px;
    }
}
@media screen and (max-width: 1480px) {
  .lag{margin-left: 0;}
  .head ul li {
    position: relative;
    padding: 0 12px;
  }
  
  .head ul li > a{
    font-size: 16px;
  }
  .lag-dh{ padding: 5px 10px; font-size: 22px;}

}
@media screen and (max-width: 1380px) {
  .lag-dh{padding: 5px 0;}
}
@media screen and (max-width: 1366px) {
  .lag-dh {
    padding: 4px 12px;
  }
  .lag-wx {
    padding: 4px 12px;
  }
  .head .logo {
    width: 34%;
  }
  .lag{padding-left: 18px; padding: 4px 0;}
  .head{
    background-size: 27% 100%;
  }
  .logo-tit{font-size: 15px;}
  .head ul li{padding: 0 12px;}
  .head .logo{margin-left: 50px;}
  .header-nav{margin-right: 50px;}
}
@media screen and (max-width: 1340px){
    .head ul li {
      position: relative;
      padding: 0 11px;
    }
}

@media screen and (max-width: 1320px){
  .lag-dh {
    padding: 4px 0;
  }
}
@media screen and (max-width: 1284px){
  .head ul li {
      position: relative;
      padding: 0 10px;
    }
}

@media screen and (max-width: 1280px){
   .lag-wx{display: none;}
   .lag {
    padding-left: 0;
  }
  .head .logo {
    width: 34%;
  }
  .head ul li {
    position: relative;
    padding: 0 8px;
  }
  .head{
    background-size: 25% 100%;
  }
  .lag-dh {
    padding: 0;
  }
}
@media screen and (max-width: 1240px){
  .lag{display: none;}
  .head ul li {
    padding: 0 18px;
  }
}
@media screen and (max-width: 1190px) {
  .head .logo {
    width: 36%;
  }
}
@media screen and (max-width: 1172px) {
  .head ul li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1150px) {
 /*.head .logo {
    width: 28%;
  }*/
  .head .logo {
    width: 36%;
  }

  .head ul li {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1130px){
  
  .head ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1100px){
  
  .head .logo {
    width: 38%;
  }
}

@media screen and (max-width: 1058px) {
  .head ul li {
    padding: 0 8px;
  }
}
@media screen and (max-width: 1024px){
   .head ul {
      display: none;
  }
  .head .logo {
    width: 448px;
  }
  .head {
    background-size: 50% 100%;
  }

}
@media screen and (max-width: 640px) {
 
  .head .logo {
    width: 68%;
    margin-left: 15px;
  }
  .header-nav{
    margin-right: 15px;
  }
}



.subnavlink2 {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  width: auto;
  padding: 0 15px;
  box-sizing: border-box;
  background: #1651a3;
  transition: .4s;
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  width: 100px;
  height: 100px;

}
.lag-wx:hover .subnavlink2{
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*首页大图*/
.banner0{width: 100%;}
.banner0:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.banner0 .swiper-slide img{max-width: 100%;}
.mbanner{width: 100%;}
.mbanner:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

@media screen and (max-width: 640px) {
  .head .logo{height: 80px;}
}

.banner0 .swiper-pagination-bullet{width: 15px!important; height: 15px!important;}
.banner0 .swiper-container-horizontal > .swiper-pagination-bullets{bottom: 8%!important;}
.w1760 {
    width: 1760px;
    margin: 0 auto;
}
.h-fl .w1760 {
    /*padding: 70px 0 100px;*/
    position: relative;
    z-index: 1;
    /*display: flex;*/
    align-items: center;
    justify-content: center;

}
/*.nav {
    width: 100%;
    height: 104px;
    z-index: 999;
    background: #fff url(../images/bg1.jpg) no-repeat left top;
    transition: 0.5s;
}*/
.lag-dh img{margin-right: 5px;}
.banner{
  width: 100%;
    height: 740px;
    position: relative;
    background: url(../images/bg1.png) no-repeat left bottom;
    box-sizing: border-box;
    padding-left: 158px;
    background-size: 28% 100%;
}

.h-ss-nr{width: 100%; background: #f5f5f5; padding: 1.8% 0; line-height: 38px;}

.w1760 {
    width: 84%;
    margin: 0 auto;
}

.bd{position: relative; overflow: hidden;}

@media screen and (max-width:1200px) {
  .banner{padding-left: 8%;}
}
@media screen and (max-width:980px) {
  .banner .bd ul li .xiaotu{width: 240px; height: 128px;}
  .banner .hd{padding: 0 190px 15px 40px;}
}
@media screen and (max-width:870px) {
  .head .logo {
      width: 70%;
  }
  .banner .bd ul li .xiaotu{
    width: 200px!important;
    height: 128px!important;
    padding: 10px!important;
    display: none!important;
  }
  .banner .hd{
    width: 200px!important;
    display: none!important;
  }
}


@media screen and (max-width:780px) {
  .banner {
    height: 380px;
  }
}
@media screen and (max-width:780px) {
  .head{background-size: 100%;}
  .mobileMenu .mobileMenu_box div{background: #1651a3;}
  

}
@media screen and (max-width:580px) {
  .head .logo {
    width: 70%;
  }
  .head{padding: 0;}
  
}
@media screen and (max-width:480px) {
  .head .logo{height: 70px;}
  .mobileMenu{height: 70px;}
  .head .logo {
    width: 40%;
  }
  .mobileMenu{justify-content: right;}
}
@media screen and (max-width:380px) {
  .head .logo{height: 60px;}
  .mobileMenu{height: 60px;}
}
#main {
  overflow: hidden;
}
/* 首页产品 */
#main .product-main {
  margin: 40px 0 22px;
  overflow: hidden;
}
#main .product-main .pro-sider .pro-sider-ul {
  height: 413px;
  overflow: auto;
}
#main .product-main .pro-main-rig {
  width: 900px;
  float: right;
}
#main .product-main .pro-main-rig .pr-title {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
  font-size: 18px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 15px;
}
#main .product-main .pro-main-rig .pr-title a {
  font-weight: normal;
  display: block;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .product-main .pro-main-rig .pr-title a:hover {
  text-decoration: underline;
}
#main .product-main .pro-main-rig .pr-list {
  overflow: hidden;
}
#main .product-main .pro-main-rig .pr-list ul {
  margin: 0 -12px;
}
#main .product-main .pro-main-rig .pr-list ul li {
  float: left;
  width: 280px;
  height: 260px;
  border: 2px solid #fff;
  margin: 0 12px 18px;
}
#main .product-main .pro-main-rig .pr-list ul li a {
  display: block;
}
#main .product-main .pro-main-rig .pr-list ul li .pro-img {
  width: 278px;
  height: 210px;
  font-size: 0;
  text-align: center;
  line-height: 210px;
  background: #f5f5f5;
  border:1px solid #e5e5e5;
  border-bottom:none;
}
#main .product-main .pro-main-rig .pr-list ul li .pro-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .product-main .pro-main-rig .pr-list ul li .title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #595959;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border:1px solid #e5e5e5;
  border-top:none;
}
#main .product-main .pro-main-rig .pr-list ul li .title h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .product-main .pro-main-rig .pr-list ul li:hover{
  /* background: #268ae7;
  color: #fff; */
  border-color:#268ae7;
}
#main .product-main .pro-main-rig .pr-list ul li:hover .title{
  border:none;
}
#main .company-main {
  padding: 50px 0 60px;
  background: #f2f2f2;
  overflow: hidden;
}
#main .company-main .warpper {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(102, 102, 102, 0.1);
}
#main .company-main .com-main-left,
#main .company-main .com-main-rig {
  position: relative;
  float: left;
  height: 490px;
  overflow: hidden;
}
#main .company-main .com-main-left {
  padding: 0 47px 0 30px;
  width: 523px;
}
#main .company-main .com-main-left .title {
  margin: 35px 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ededed;
}
#main .company-main .com-main-left .title h3 {
  font-size: 22px;
  color: #0058b1;
  font-weight: bold;
  margin-bottom: 4px;
}
#main .company-main .com-main-left .title em {
  font-size: 16px;
  color: #d1d1d1;
}
#main .company-main .com-main-left .com-content {
  overflow: hidden;
  font-size: 14px;
  color: #595959;
  line-height: 24px;
  height: 216px;
}
#main .company-main .com-main-left .com-content img {
  max-width: 100%;
}
#main .company-main .com-main-left .com-btn {
  margin-top: 35px;
  float: left;
  overflow: hidden;
  border: 1px solid #268ae7;
}
#main .company-main .com-main-left .com-btn a {
  display: block;
  width: 145px;
  float: left;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #595959;
}
#main .company-main .com-main-left .com-btn a.active {
  background: #268ae7;
  color: #fff;
}
#main .company-main .com-main-rig {
  width: 600px;
}
#main .company-main .com-main-rig .company-img {
  position: relative;
  width: 570px;
  height: 420px;
  font-size: 0;
  text-align: center;
  line-height: 420px;
  margin-top: 35px;
  z-index: 1;
}
#main .company-main .com-main-rig .company-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .company-main .com-main-rig::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  width: 450px;
  background: #0058b1;
}
#main .news-main {
  background: #fff;
  overflow: hidden;
  padding: 50px 0 40px;
}
#main .news-main .news-content {
  float: left;
  width: 600px;
}
#main .news-main .news-content .news-title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .news-content .news-title a {
  font-weight: normal;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
#main .news-main .news-content .news-title a:hover {
  text-decoration: underline;
}
#main .news-main .news-content .news-show {
  overflow: hidden;
  height: 140px;
  margin-bottom: 25px;
}
#main .news-main .news-content .news-show .show-box {
  width: 160px;
  float: left;
  text-align: center;
  line-height: 140px;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  background: #0058b1;
}
#main .news-main .news-content .news-show .show-img {
  float: left;
  width: 440px;
  height: 140px;
  font-size: 0;
  text-align: center;
  line-height: 140px;
}
#main .news-main .news-content .news-show .show-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .news-content .news-show-one {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
#main .news-main .news-content .news-show-one .title {
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

#main .news-main .news-content .news-show-one .title a {
  display: block;
  float: left;
  color: #323232;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a h4{
  font-weight: bold !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-show-one .title a:hover {
  color: #0058b1;
}
#main .news-main .news-content .news-show-one .title span {
  float: right;
  color: #808080;
}
#main .news-main .news-content .news-show-one .title span em {
  color: #d9d9d9;
  margin: 0 5px;
}
#main .news-main .news-content .news-show-one .news-p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
#main .news-main .news-content .news-list {
  overflow: hidden;
}
#main .news-main .news-content .news-list ul {
  margin: 0 -20px;
}
#main .news-main .news-content .news-list ul li {
  float: left;
  width: 280px;
  margin: 0 20px;
  font-size: 14px;
  line-height: 30px;
}
#main .news-main .news-content .news-list ul li a {
  position: relative;
  padding-left: 10px;
  display: block;
  color: #808080;
}
#main .news-main .news-content .news-list ul li a h4{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main .news-main .news-content .news-list ul li a::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  background: #555555;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#main .news-main .news-content .news-list ul li a:hover {
  color: #0058b1;
}
#main .news-main .online-main {
  width: 480px;
  float: right;
}
#main .news-main .online-main .title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
#main .news-main .online-main .online-form {
  overflow: hidden;
}
#main .news-main .online-main .online-form input {
  float: left;
  display: block;
  width: 460px;
  padding: 0 9px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ededed;
  margin-bottom: 13px;
  font-size: 14px;
  color: #323232;
}
#main .news-main .online-main .online-form input.code {
  width: 300px;
}
#main .news-main .online-main .online-form a {
  display: block;
}
#main .news-main .online-main .online-form a.code {
  float: right;
  height: 42px;
  max-width: 130px;
  line-height: 42px;
  font-size: 0;
  text-align: center;
}
#main .news-main .online-main .online-form a.code img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#main .news-main .online-main .online-form textarea {
  display: block;
  float: left;
  font-size: 14px;
  color: #323232;
  width: 460px;
  border: 1px solid #ededed;
  height: 120px;
  line-height: 30px;
  padding: 5px 9px;
  margin-bottom: 26px;
}
#main .news-main .online-main .online-form .btn-box {
  float: left;
  width: 100%;
  overflow: hidden;
}
#main .news-main .online-main .online-form .btn-box a.btn {
  display: block;
  width: 265px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: #268ae7;
  color: #fff;
  margin: 0 auto;
}
#main .news-main .online-main .online-form .btn-box a.btn:hover {
  background: #0058b1;
}
.link-cover {
  overflow: hidden;
  padding: 30px 0 20px;
  border-top: 1px solid #e6e6e6;
}
.link-cover .title {
  float: left;
  width: 80px;
  height: 35px;
  background: url(../images/link-icon.png) no-repeat left center;
}
.link-cover .link-list {
  float: left;
  width: 1000px;
  height: 35px;
  overflow: hidden;
}
.link-cover .link-list a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0 22px;
  font-size: 14px;
  color: #808080;
}
.link-cover .link-list a img{
  display: block;
  height: 25px;
  margin:5px 0 0;
  width: auto;
}
.link-cover .link-list a:hover {
  color: #268ae7;
}
.link-cover .link-list em {
  display: block;
  float: left;
  font-size: 14px;
  color: #e6e6e6;
  line-height: 35px;
}
.link-cover .link-list.active {
  height: auto;
}
.link-cover .link-more {
  cursor: pointer;
  float: right;
  font-size: 14px;
  color: #4c4c4c;
  line-height: 35px;
  height: 35px;
  padding-right: 20px;
  background: url(../images/down-arr.png) no-repeat right center;
}
.link-cover .link-more.on {
  background: url(../images/up-arr.png) no-repeat right center;
}
.footer {
  background: #1b4caf;
}
.footer .foot-contact {
  overflow: hidden;
  margin-top:35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #3e4956;
}
.footer .foot-contact .f-contact-l {
  float: left;
  width: 1000px;
  padding-top:20px;
}
.footer .foot-contact .f-contact-l .fcl-floor {
  overflow: hidden;
}
.footer .foot-contact .f-contact-l .fcl-floor.mar-bot-28 {
  margin-bottom: 28px;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item {
  width: 230px;
  min-height: 44px;
  float: left;
  overflow: hidden;
  padding-left: 65px;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-01 {
  background: url(../images/fot-icon-01.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-02 {
  background: url(../images/fot-icon-02.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-03 {
  width: 340px;
  background: url(../images/fot-icon-03.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-04 {
  background: url(../images/fot-icon-04.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-05 {
  background: url(../images/fot-icon-05.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item.icon-06 {
  width: 340px;
  background: url(../images/fot-icon-06.png) no-repeat top left;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item h3 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.footer .foot-contact .f-contact-l .fcl-floor .fl-item p {
  font-size: 14px;
  color: #707985;
  line-height: 20px;
  word-wrap: break-word;
}
.footer .foot-contact .f-contact-r {
  float: right;
  width: 120px;
}
.footer .foot-contact .f-contact-r img {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.footer .foot-contact .f-contact-r .title {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #707985;
}
.footer .foot-nav {
  overflow: hidden;
}
.footer .foot-nav .foot-logo {
  float: left;
  width: 315px;
  height: 130px;
  font-size: 0;
  line-height: 130px;
}
.footer .foot-nav .foot-logo h1{
  color:#fff;
  font-size:26px;
  font-weight: bold;
  line-height: 55px;
  margin-top:32px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer .foot-nav .foot-logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.footer .foot-nav .foot-nav-list {
  overflow: hidden;
  margin-top: 55px;
}
.footer .foot-nav .foot-nav-list ul li {
  float: left;
  margin: 0 25px;
  line-height: 20px;
}
.footer .foot-nav .foot-nav-list ul li a {
  font-size: 16px;
  color: #707985;
}
.footer .foot-nav .foot-nav-list ul li a:hover,
.footer .foot-nav .foot-nav-list ul li.active a {
  color: #b4b9bf;
}
.foot {
  background: #123a90;
  color: #fff;
  font-size: 15px;
  padding: .8% 0;
}
.foot .foot-l {
  float: left;
}
.foot .foot-r {
  float: right;
}
.foot a {
  color: #495665;
}
.foot a:hover {
  color: #b4b9bf;
}
.pro-sider {
  float: left;
  width: 260px;
}
.pro-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.pro-sider .in-title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.pro-sider .in-title em {
  font-size: 13px;
  color: #728dbc;
}
.pro-sider .pro-sider-ul {
  border: 1px solid #ededed;
  background: #fff;
  border-top: none;
  overflow: hidden;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0 15px;
  height: 59px;
}
.pro-sider .pro-sider-ul .ul-li a {
  position: relative;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
  color: #595959;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  border-bottom: 1px dashed #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  position: absolute;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #ededed url(../images/sider-bg-01.png) no-repeat center;
  border-radius: 50%;
  right: 8px;
  top: 50%;
  margin-top: -8px;
  font-size: 12px;
}
.pro-sider .pro-sider-ul .ul-li:hover,
.pro-sider .pro-sider-ul .ul-li.active {
  background: #268ae7;
}
.pro-sider .pro-sider-ul .ul-li:hover a,
.pro-sider .pro-sider-ul .ul-li.active a {
  border: none;
  color: #fff;
}
.pro-sider .pro-sider-ul .ul-li:hover div.icon,
.pro-sider .pro-sider-ul .ul-li.active div.icon {
  background: #0058b1 url(../images/sider-bg-02.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li:last-child a {
  border-bottom: none;
}
.pro-sider .pro-sider-tel {
  overflow: hidden;
  height: 100px;
  line-height: 1;
  font-size: 20px;
  color: #0058b1;
  border: 1px solid #ededed;
  border-top: none;
  padding-left: 80px;
  background: url(../images/sider-tel.png) no-repeat 25px center;
}
.pro-sider .pro-sider-tel span {
  display: block;
  margin: 30px 0 8px;
  font-size: 14px;
  color: #808080;
}
.pro-sider .pro-sider-tel em {
  letter-spacing: 2px;
  font-weight: bold;
}


.m-column-t {
  position: relative;
  text-align: center;
  font-size: 0;
}
.m-column-t .center {
  display: inline-block;
  font-size: 0;
}
.m-column-t .center h3 {
  color: #333;
  font-size: 30px;
}
.m-column-t .center p {
  color: #d2d2d2;
  font-size: 30px;
}
.m-column-t span {
  position: absolute;
  width: 415px;
  top: 50%;
  margin-top: -5px;
  height: 5px;
  border-bottom: 1px solid #d2d2d2;
  z-index: 1;
}
.m-column-t span.mcl {
  left: 0;
}
.m-column-t span.mcl em {
  float: right;
}
.m-column-t span.mcr {
  right: 0;
}
.m-column-t span em {
  display: block;
  height: 11px;
  border-left: 1px solid #d2d2d2;
}
.textLine {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textLine3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domHidden {
  overflow: hidden;
}
.about-main {
  padding: 20px 0 70px;
  min-height: 170px;
}
.about-main .ab-content {
  float: right;
  width: 925px;
}
.about-main .ab-content .title {
  line-height: 50px;
}
.about-main .ab-content .title a {
  color: #333;
  padding: 0 5px;
}
.about-main .ab-content .title span.icon-home {
  color: #535353;
}
.about-main .ab-content .title em {
  color: #999;
}
.about-main .ab-content .ab-conBox {
  overflow: hidden;
  background: #fff;
  min-height: 55px;
  padding: 30px 45px 40px;
}
.about-main .ab-content .ab-conBox .de-title {
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 25px;
  margin-bottom: 8px;
}
.about-main .ab-content .ab-conBox .sub-co {
  font-size: 14px;
  color: #999;
  text-align: center;
  line-height: 18px;
}
.about-main .ab-content .ab-conBox .ab-detail {
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  color: #777373;
  line-height: 25px;
}
.ab-sild {
  float: left;
  width: 260px;
}
.ab-sild .title {
  position: relative;
  height: 50px;
  text-align: center;
  background: #f3c04b;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span {
  position: absolute;
  height: 3px;
  width: 30px;
  top: 50%;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
}
.ab-sild .title span em {
  display: block;
  height: 7px;
  border-left: 1px solid #fff;
}
.ab-sild .title span.stl {
  left: 35px;
}
.ab-sild .title span.stl em {
  float: right;
}
.ab-sild .title span.str {
  right: 35px;
}
.ab-sild .sild-cate {
  background: #fff;
  margin-bottom: 20px;
}
.ab-sild .sild-cate .list {
  overflow: hidden;
}
.ab-sild .sild-cate .list li {
  position: relative;
  border-bottom: 1px solid #eee;
  height: 60px;
  line-height: 60px;
}
.ab-sild .sild-cate .list li a {
  display: block;
  padding-right: 35px;
  font-size: 14px;
  color: #333;
  padding-left: 20px;
}
.ab-sild .sild-cate .list li:last-child {
  border-bottom: none;
}
.ab-sild .sild-cate .list li:hover {
  border-color: #f3c04b;
  background: #f3c04b;
}
.ab-sild .sild-cate .list li:hover a {
  color: #fff;
}
.ab-sild .sild-cate .list li:hover:after {
  color: #fff;
}
.ab-sild .sild-cate .list li:after {
  font-weight: bold;
  right: 20px;
  top: 0;
  color: #999;
  position: absolute;
  content: "\e904";
  font-family: 'icomoon' !important;
}
.ab-sild .sild-cont {
  background: #fff;
}
.ab-sild .sild-cont .cont-list {
  padding: 20px;
}
.ab-sild .sild-cont .cont-list ul li {
  color: #333;
  padding: 5px 0;
  padding-left: 60px;
  font-size: 14px;
}
.ab-sild .sild-cont .cont-list ul li span {
  width: 60px;
  margin-left: -60px;
  display: block;
  height: 20px;
  line-height: 20px;
  float: left;
  color: #666;
}
.pro-center {
  background: #fff;
  padding-bottom: 25px;
}
.pro-center .pro-list {
  overflow: hidden;
  padding: 25px 18px 10px;
}
.pro-center .pro-list ul li {
  float: left;
  width: 200px;
  margin: 0 10px 20px;
  border: 1px solid #fff;
}
.pro-center .pro-list ul li:hover {
  border-color: #f3c04b;
}
.pro-center .pro-list ul li .img {
  overflow: hidden;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #eee;
}
.pro-center .pro-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pro-center .pro-list ul li .title {
  background: #f7f8fc;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.pro-center .pro-list ul li .title:hover {
  color: #f3c04b;
}
.page {
  font-size: 0;
  text-align: center;
}
.page .center {
  display: inline-block;
  overflow: hidden;
}
.page .center .page-span {
  float: left;
  font-size: 14px;
  color: #c3c3c3;
  line-height: 32px;
  margin-right: 30px;
}
.page .center .page-list {
  float: left;
  overflow: hidden;
}
.page .center .page-list ul li {
  float: left;
  width: auto;
  min-width: 30px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0 4px;
  padding: 0;
  border: none;
  background: transparent;
}
.page .center .page-list ul li a {
  min-width: 20px;
  padding: 0 5px;
  border: 1px solid #eee;
  display: block;
  color: #333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.page .center .page-list ul li:hover a {
  color: #f3c04b;
}
.page .center .page-list ul li.active a {
  background: #f3c04b;
  color: #fff;
}
.news-center {
  background: #fff;
  padding-bottom: 25px;
}
.news-center .new-list {
  padding: 45px 45px 0px;
}
.news-center .new-list ul li {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee;
}
.news-center .new-list ul li a {
  overflow: hidden;
  display: block;
  height: 90px;
  padding-bottom: 30px;
}
.news-center .new-list ul li a .img {
  float: left;
  width: 130px;
  height: 90px;
  background: #eee;
  line-height: 90px;
  font-size: 0;
  text-align: center;
}
.news-center .new-list ul li a .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.news-center .new-list ul li a .info {
  float: right;
  width: 690px;
}
.news-center .new-list ul li a .info h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #333;
}
.news-center .new-list ul li a .info em {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.news-center .new-list ul li a .info p {
  font-size: 14px;
  line-height: 22px;
  color: #999;
  max-height: 44px;
  overflow: hidden;
}
.news-center .new-list ul li a:hover h3 {
  color: #f3c04b;
}
.message-c {
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
}
.message-c .p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}
.message-c .from input {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0 5px;
  border: 1px solid #d2d2d2;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.message-c .from input[name=user],
.message-c .from input[name=phone] {
  width: 348px;
}
.message-c .from textarea {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  display: block;
  width: 728px;
  height: 130px;
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}
.message-c .from .code {
  overflow: hidden;
}
.message-c .from .code input[name=code] {
  width: 258px;
  float: left;
}
.message-c .from .code a {
  display: block;
  float: left;
  width: 80px;
  height: 38px;
  padding: 1px 0;
  margin-left: 10px;
}
.message-c .from .code a img {
  width: 80px;
  height: 38px;
}
.message-c .from .btn {
  padding-top: 25px;
}
.message-c .from .btn a {
  display: block;
  width: 362px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  background: #8fa4de;
}
.message-c .from .btn a:hover {
  background: #8397d0;
}
.contact-o {
  background: #fff;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
}
.contact-o iframe {
  width: 830px;
  height: 500px;
  margin: 0 auto;
}

.logo-dis{margin-left: 18px;}
.logo-tit{font-size: 16px; font-weight: bold; color: #333333; padding: 0; margin: 0;}
.logo-com{font-size: 16px; color: #333333; padding: 0; margin: 0;}

@media screen and (max-width: 1150px) {
  .logo-tit{font-size: 15px;}
  .logo-com{font-size: 15px;}

}

@media screen and (max-width: 1038px){
  .logo-dis {
    margin-left: 8px;
  }
  
}
@media screen and (max-width: 580px){
  .logo-dis {
   display: none;
  }
  
}
/*banner*/
.empty-tips{text-align: center;color: #999;font-size: 110%;margin: 5vw auto  3rem; font-weight:normal;}
        .empty-tips svg{
            width: 8vw;
            height: auto;
            fill:#666666;
            margin-bottom: 1rem;
        }
        .banner-item{
            background-size: cover;
        }
        .ratio-flash { --mdb-aspect-ratio: calc(80 / 192 * 100%); }
.swiper-box{position: relative;}
.banner-control{position: absolute; width: 100%; z-index: 9999; top: 48%;}
.banner-swiper-next{left: 4%; position: absolute;}
.banner-swiper-prev{right: 4%; position: absolute;}

.w1760 {
    width: 82%;
    margin: 0 auto;
}
.h-cp-nr{border: solid 1px #eee; position: relative; overflow: hidden; background: url(../images/proflmbg.jpg)center no-repeat;}
.h-cp-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.h-part-nr{padding: 2.8% 0;}
.h-part-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.h-part-bt{text-align: center; padding: 2.8% 0;}
.h-part-bt-t{font-size: 40px; color: #333333;}
.h-part-bt-d{font-size: 16px; color: #333333;}

.h-cp-l{width: 32%; float: left; position: relative;}
.h-cpfl-m{width: 36%; float: left; background:#519be1; position: relative;}
.h-cpfl-m img{max-height: 100%; max-width: 100%; object-fit: cover;}
.h-cp-r{width: 32%; float: right; position: relative;}
.h-cp-l-nr{position: relative; z-index: 2;}
.h-cp-l-p{padding: 11.5% 10%; position: relative;}
.h-cp-l-p:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.h-cp-pic{width: 60%; position: absolute; right: 0; z-index: 1; top:0; display: flex; align-items: center; justify-content: right; overflow: hidden;}
.h-cp-pic img{max-width: 100%; max-height: 100%;}
.h-cp-l-t{font-size: 14px; color: #ffa624; width: 58px; height: 28px; line-height: 28px; text-align: center; border: solid 1px #ffa624; border-radius: 28px; transition: all .4s;}
.h-cp-l-d{font-size: 22px; color: #333333; margin-top: 8%;}
.h-cp-l-d p{padding: 0; margin: 0;}
.h-cp-m{font-size: 15px; color: #333333; margin-top: 10%;}
.h-cp-m:hover{text-decoration: none;}
.h-cpfl-m-list:hover a{text-decoration: none;}
.h-cp-l-part01:hover a{text-decoration: none;}
.h-cp-l-part02:hover a{text-decoration: none;}
.h-cp-l-part01{width: 100%; height: 310px; position: relative; background: #fff;}
.h-cp-l-part01:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.h-cp-l-part02{width: 100%; height: 310px; position: relative; background: #0a7fc3 url(../images/proflbg1.jpg)top no-repeat; background-size: cover;}
.h-cp-l-part02 .h-cp-l-d{color: #fff;}
.h-cp-l-part02 .h-cp-m{color: #fff;}

.h-cp-l-part02:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.h-cp-l-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.h-cpfl-nr{width: 32%; position: absolute; bottom: 0; left: 32%; z-index: 9; background: #fff;}
.h-cp-l .h-cp-l-part01{background: #fff;}
.h-cp-l-part03{width: 100%; height: 310px; position: relative; background: #0a7fc3 url(../images/bg1.jpg)top repeat; background-size: cover;}
.h-cp-l-part03:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.h-cp-r-sm{margin: 0 auto; display: flex; align-items: center; justify-content: center;}
.h-cp-l-sm-tit{font-size: 22px; color: #ffffff; text-align: center; position: relative; z-index: 9; margin-top: -15%;}
.h-cp-l-sm-en{font-size: 72px; font-weight: bold; color: rgba(255, 255, 255, .1); text-transform: uppercase; text-align: center; line-height: initial;}
.h-cp-l-sm-dis{font-size: 15px; text-align: center; color: #fff;}
.h-cp-l-sm-an{display: flex;
  align-items: center;
  justify-content: center; margin-top: 5.7%;}
.h-cp-l-sm-an-list{width: 120px; height: 39px; background: #1651a3; line-height: 39px; font-size: 15px; color: #fff; float: left; margin-right: 8px; text-align: center; transition: all .4s;}
.h-cp-l-sm-an-list2{width: 120px; height: 39px; background: #ffa624; line-height: 39px; font-size: 15px; color: #fff; float: left; text-align: center; transition: all .4s;}
.xssm-block{display: none;}



@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
            0%{
                transform: scale(1);  /*开始为原始大小*/
            }
            25%{
                transform: scale(1.1); /*放大1.1倍*/
            }
            50%{
                transform: scale(1);
            }
            75%{
                transform: scale(1.1);
            }
        }

.anniu-s{animation: scaleDraw 5s ease-in-out infinite;
-webkit-animation: scaleDraw 5s ease-in-out infinite;}
@media screen and (max-width: 1580px){
  
  
}

@media screen and (max-width: 1480px){
  .h-part-bt-t {
    font-size: 35px;
  }
  .h-part-bt-d{}
  .h-cp-l-d{font-size: 20px;}
  .h-cp-pic{width: 55%;}
  .h-cp-l-sm-tit{font-size: 20px;}
  .h-cp-l-sm-en{font-size: 65px;}
}
@media screen and (max-width: 1440px){
  .h-cp-l-part01{height: 280px;}
  .h-cp-l-part02{height: 280px;}
  .h-cp-l-part03{height: 280px;}
  .h-cp-l-sm-en {
    font-size: 48px;
  }
}
@media screen and (max-width: 1380px){
  .h-cp-l-part01{height: 280px;}
  .h-cp-l-part02{height: 280px;}
  .h-cp-l-part03{height: 280px;}
  
}
@media screen and (max-width: 1280px){
  .h-part-bt-t {
    font-size: 30px;
  }
  .h-cp-l-d {
    font-size: 18px;
  }
  .h-cp-l-part01{height: 240px;}
  .h-cp-l-part02{height: 240px;}
  .h-cp-l-part03{height: 240px;}
  .h-cp-l-sm-en {
    font-size: 45px;
  }
  .h-cp-l-part03 .h-cp-l-p{padding: 6%;}
  .h-cp-l-sm-tit {
    font-size: 18px;
  }
}
@media screen and (max-width: 1180px){
  
  
}

@media screen and (max-width: 1080px){
  .h-part-bt-t {
    font-size: 30px;
  }
  .h-cp-l-d {
    font-size: 16px;
  }
  .h-cp-l-part01{height: 220px;}
  .h-cp-l-part02{height: 220px;}
  .h-cp-l-part03{height: 220px;}
  .h-cp-l-sm-en {
    font-size: 35px;
  }
  .h-cp-l-part03 .h-cp-l-p{padding: 6%;}
  .h-cp-l-sm-tit {
    font-size: 16px;
  }
  .h-cp-pic {
    width: 50%;
  }
}

@media screen and (max-width: 980px){
  .h-cp-nr{background: none;}
  .h-cp-l{width: 100%; border-bottom: solid 1px #eee;}
  .h-cp-l .h-cp-l-part01{width: 50%; float: left;}
  .h-cp-l-part02 {width: 50%; float: left; height: auto;}
  .h-cp-r{width: 50%; float: left;}
  .h-cp-l-part01{width: 100%; height: auto;}
  .h-cp-r .h-cp-l-part01{ background: #eee;}
  .h-cp-r .h-cp-l-part03{display: none;}
  .h-cpfl-nr{width: 50%; position: relative; left: auto; float: left;}

  .xssm-block{display: block;}
  .h-cp-l-part03{float: left; height: auto;}
  .h-cp-l-sm-tit{margin-top: -4%;}
}

@media screen and (max-width: 780px){
  
  .h-part-bt-t {
    font-size: 24px;
  }
  .h-part-bt-d{font-size: 15px;}
  .h-cp-l-d {
    font-size: 15px;
  }
  .h-cp-m{font-size: 14px;}
  .h-cp-pic {
    width: 48%;
  }

}

@media screen and (max-width: 580px){
  
  .h-cp-l-t {
    font-size: 13px;
    color: #ffa624;
    width: 48px;
      height: 22px;
      line-height: 22px;
      text-align: center;
      border: solid 1px #ffa624;
      border-radius: 28px;
  }

  .h-cp-l .h-cp-l-part01 {
    width: 100%;
    float: left;
    background: #eee;
  } 
  .h-cp-l-part02 {
    width: 100%;
    float: left;
    height: auto;
  }
  .h-cp-r{width: 100%;}
  .h-cpfl-nr{width: 100%;}
  .h-cp-l-d{font-size: 16px;}
  .h-cp-m {
    font-size: 15px;
  }
  .h-part-bt-t {
    font-size: 22px;
  }
  .h-part-bt{padding: 5% 0;}
}

@media screen and (max-width: 480px){
  .h-cp-pic {
    width: 40%;
  }
  .h-cp-l-p{padding: 8%;}
  .h-cp-l-sm-en {
    font-size: 28px;
  }
  .h-cp-l-d{margin-top: 4%;}
  .h-cp-m{margin-top: 4%; font-size: 14px;}
  .h-cp-l-d {
    font-size: 15px;
  }
  .h-cp-l-part03 .h-cp-l-p {
    padding: 8%;
  }
}

@media screen and (max-width: 380px){
  
  
}


.h-cp-l-sm-an-list:hover{color: #1651a3; background: #fff; transition: all .4s; border-radius: 4px;}
.h-cp-l-sm-an-list2:hover{background: #fff; color: #1651a3; transition: all .4s; border-radius: 4px;}

.h-cpfl-m-list:hover .h-cp-l-t{width: 87px; transition: all .4s; background: #ffa624; color: #fff;}
.h-cp-l-part02:hover .h-cp-l-t{width: 87px; transition: all .4s; background: #ffa624; color: #fff;}
.h-cp-l .h-cp-l-part01:hover .h-cp-l-t{width: 87px; transition: all .4s; background: #ffa624; color: #fff;}
.h-cp-l-part01:hover .h-cp-l-t{width: 87px; transition: all .4s; background: #ffa624; color: #fff;}

.h-cp-m:hover{color: #ffa624; transition: all .4s;}
.h-cpyy-nr {overflow: hidden;}
.h-cpyy-nr .tab ul{padding: 0; margin: 0; position: absolute; bottom: 0; z-index: 9; right: 0; width: 100%; display: flex; align-items: center; justify-content: right;}
.h-cpyy-nr .tab ul:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.h-cpyy-nr .tab ul,li{list-style:none;}
.h-cpyy-nr .tab{width:100%; padding-bottom: 36.875%; margin:0 auto; position: relative;}
.h-cpyy-nr .tab ul li{width:10%;text-align:center;float:left;/*background:blue;*/cursor:pointer;}
.h-cpyy-nr .tab ul li.active{/*background:white;*/background: #a4b6c8 url(../images/bg2.png)center no-repeat; background-size: cover;}
.h-cpyy-nr .tab .tab_wrap{clear:both;}
.h-cpyy-nr .tab .tab_content{display:none;position:absolute;}
.h-cpyy-nr .tab .tab_content.active{display:block;}
.tab_content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h-cpyy-h{width: 100%; position: absolute; top: 0; z-index: 9;}
.t-l-n-1{background: #ee4332;}
.t-l-n-2{background: #1651a3;}
.t-l-n-3{background: #23a17c;}
.t-l-n-4{background: #ffa624;}
.t-l-n-5{background: #1d79bc;}
.t-l-n-6{background: #fc7769;}
.h-cpyy-p{padding: 18% 0;}
.h-cpyy-p-i{width: 100%; margin-bottom: 2.8%;}
.h-cpyy-p-i img{margin: 0 auto; max-width: 100%;}
.h-cpyy-p-t{font-size: 18px; color: #fff; text-align: center; position: relative;}
.h-cpyy-p-e{font-size: 14px; line-height: 18px; color: rgba(255, 255, 255, .5); text-align: center; text-transform: uppercase; height: 36px;}

.h-c-h-n{width: 32.5%; background: #145eab url(../images/h1.jpg) top no-repeat; background-size: cover;}
.h-c-h-n-p{padding:8%;}
.h-c-h-n-p:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.h-c-h-n-p-t{font-size: 30px; color: #ffffff; display: flex; align-items: center;}
.h-c-h-n-p-t span{font-size: 48px; color: #ffa624; margin-right: 8px; font-family: impact;}
@font-face {
    font-family: 'impact';
    src:url('../images/impact.TTF');
}
.h-c-h-n-p-d{font-size: 16px; line-height: 22px; color: #ffffff;}
.h-c-h-n-p-e{font-size: 14px; line-height: 22px; color: #ffffff; margin-top: 4%; margin-bottom: 18%;}
.h-c-h-n-p-l{width: 100%; display: flex; align-items: center;}
.h-c-h-n-p-l-q{float: left; width: 70%;}
.h-c-h-n-p-l-q-l{width: 12px; height: 12px; border-radius: 50%; background: #fff; float: left;}
.h-c-h-n-p-l-q-l-2{width: 12px; height: 12px; border-radius: 50%; border: solid 2px #fff; float: left;}
.h-c-h-n-p-l-n{width: 30%; float: right; font-size: 28px; color: #fff; text-align: right;}
.h-c-h-n-p-l-n span{font-size: 36px; color: #fff;}

.a-c-t-v{ margin-left: 8px;}
.h-cpyy-p-t{}
@media screen and (max-width: 1680px){
  .h-cpyy-p {
    padding: 15% 0;
  }
  .h-cpyy-p-e {
    font-size: 13px;
  }
}
@media screen and (max-width: 1580px){
  .h-cpyy-nr .tab ul li {
    width: 11%;
  }
  .h-c-h-n-p-e{margin-bottom: 15%;}
}
@media screen and (max-width: 1480px){
  .h-cpyy-nr .tab ul li {
    width: 11%;
  }
  .h-c-h-n-p-e{
    margin-bottom: 12%;
  }
  .h-cpyy-p-t{font-size: 16px;}
  .h-cpyy-p-e{font-size: 13px;}
  .h-c-h-n-p-t span{font-size: 44px;}
  .h-c-h-n-p-t{font-size: 28px; }

  .h-c-h-n-p-d{font-size: 15px;}
  .h-cpyy-p {
    padding: 10% 0;
  }
}

@media screen and (max-width: 1440px){
  .h-c-h-n-p-e {
      margin-bottom: 8%;
  }
}

@media screen and (max-width: 1380px){
  .h-c-h-n{width: 38%;}
  .h-c-h-n-p {
    padding: 4% 8%;
  }
}
@media screen and (max-width: 1280px){
  .h-c-h-n{width: 38%;}
  .h-c-h-n-p-e{display: none;}
  .h-c-h-n-p-t span {
    font-size: 40px;
  }
  .h-c-h-n-p-t {
    font-size: 24px;
  }
  .h-cpyy-p-e {
    font-size: 12px;
  }
  .h-cpyy-nr .tab ul li {
    width: 12%;
  }

}
@media screen and (max-width: 1180px){
  .h-cpyy-p-i img{max-width: auto; width: 40px;}
  .h-cpyy-p-e{display: none;}
  .h-cpyy-p-t{font-size: 15px;}
  .h-cpyy-p {
    padding: 18% 0;
  }
}
@media screen and (max-width: 1000px){
  .h-cpyy-nr .tab ul li {
    width: 13%;
  }
}

@media screen and (max-width: 948px){
  .h-cpyy-nr .tab ul li {
    width: 14%;
  }
  .h-c-h-n-p-t span{font-size: 32px;}
  .h-c-h-n-p-t {
    font-size: 22px;
  }
  .h-c-h-n-p-l-n span{font-size: 30px;}
  .h-c-h-n-p-l-n{font-size: 22px;}
  .h-c-h-n-p-l-q-l{width: 10px; height: 10px;}
  .h-c-h-n-p-l-q-l-2{width: 10px; height: 10px;}
}

@media screen and (max-width: 880px){
  .h-cpyy-p-i{display: none;}
  .h-cpyy-nr .tab ul li {
    width: 17%;
  }

}

@media screen and (max-width: 780px){
  /*.h-cpyy-nr .tab .tab_content{position: relative;}*/
  .h-cpyy-nr .tab{padding-bottom: 0;}
  .h-cpyy-nr .tab ul{/*position: relative; display: block;*/position: relative;
    display: block;
    padding-top: 36.875%;}
  .h-cpyy-nr .tab ul li {
    width: 33.333%;
  }
  .h-cpyy-p {
    padding: 4% 0;
  }
  .h-cpyy-p-i{display: block; margin-bottom: 0;}
  .h-c-h-n{display: none;}
  .h-cpyy-p-i img{width: 30px;}
}

@media screen and (max-width: 480px){
  .h-cpyy-nr .tab ul li {
    width: 50%;
  }
  .h-cpyy-p-i img {
    width: 20px;
  }
  .h-cp-l-sm-tit {
    margin-top: -10%;
    font-size: 15px;
  }

}

.head ul li:after{height: 2px;content:"";display:block;clear:both; width: 8px; position: absolute; bottom: -30px; z-index: 99; background: #1651a3; transition: all .4s;/* left: 35%;*/ opacity: 0; visibility: hidden;}
.head ul li:hover:after{width: 36px; transition: all .4s; opacity: 1; visibility: visible;}

@media screen and (max-width: 480px){
  .h-cpfl-m-list:hover .h-cp-l-t{width: 58px; transition: all .4s; background: #ffa624; color: #fff;}
  .h-cp-l-part02:hover .h-cp-l-t{width: 58px; transition: all .4s; background: #ffa624; color: #fff;}
  .h-cp-l .h-cp-l-part01:hover .h-cp-l-t{width: 58px; transition: all .4s; background: #ffa624; color: #fff;}
  .h-cp-l-part01:hover .h-cp-l-t{width: 58px; transition: all .4s; background: #ffa624; color: #fff;}
  .h-cpyy-nr{width: 90%; margin: 0 auto;}
  /*.h-cp-l-sm-an-list{height: 30px; line-height: 30px;}
  .h-cp-l-sm-an-list2{height: 30px; line-height: 30px;}*/
}

@media screen and (max-width: 380px){
  .h-cpyy-p-i{display: none;}
}

.h-ly-nr{width: 100%; background: url(../images/lybg.jpg)top no-repeat; text-align: left!important; padding: 4% 0;}
.h-ly-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.h-ly-nr-l{width: 33%; float: left;}
.h-ly-nr-m{width: 488px; height: 489px; float: left; display: flex; align-items: center; justify-content: center; position: relative;  transition: all .4s;}
.h-ly-nr-r{width: 30%; float: right;}

.h-ly-nr-l-t{font-size: 40px; font-weight: bold; color: #ffffff; line-height: initial; margin-top: 4%;}
.h-ly-nr-l-t-d{font-size: 24px; color: #ffffff; margin: .8% 0 8% 0; position: relative;}
.h-ly-nr-l-t-d:after{height: 2px;content:""; width: 58px; background: #fff; display:block;clear:both; position: absolute; bottom: -48%;}
.h-ly-nr-l-t-c{font-size: 15px; line-height: 24px; color: #fff; margin-bottom: 8%;}
.h-ly-nr-l-t-nr{}
.h-ly-nr-l-t-nr-lb{width: 58%; border: solid 1px rgba(255, 255, 255, .4); display: flex; align-items: center; justify-content: left; padding: 1.8% 0; border-radius: 8px;}
.h-ly-nr-l-t-nr-lb-l{float: left; font-size: 30px; color: #ffa624; font-weight: bold;}
.h-ly-nr-l-t-nr-lb-r{float: left; }

.h-ly-nr-l-t-nr-lb-r-t{width: 18%; font-size: 30px; text-align: center; font-weight: bold; color: #ffa624; margin-right: 18px; margin-left: 18px;}
.h-ly-nr-l-t-nr-lb-r-d-t{font-size: 20px; font-weight: bold; color: #ffffff;}
.h-ly-nr-l-t-nr-lb-r-d-e{font-size: 14px; color: #ffffff;}
.h-ly-nr-l-t-nr-lb:nth-child(1n){border-bottom:0; }
.h-ly-nr-l-t-nr-lb:nth-child(2n){border-bottom:0; }
.h-ly-nr-l-t-nr-lb:nth-child(3n){border-bottom: solid 1px rgba(255, 255, 255, .4);}
.h-ly-nr-z{width: 100%; position: relative; display: flex;
  align-items: center;
  justify-content: center;}
.h-ly-nr-m-y{border: solid 18px rgba(255, 255, 255, .2);  border-radius: 50%; overflow: hidden; transition: all .4s;border-radius: 50%; overflow: hidden; border: solid 18px rgba(255, 255, 255, .4);/* outline: 18px solid #fff; outline-offset: -35px; */position: relative;/*width: 453px; height: 453px; border-radius: 50%; overflow: hidden; border: solid 18px rgba(255, 255, 255, .4); outline: 18px solid #fff; outline-offset: -35px;*/}
.h-ly-nr-m .h-ly-nr-m-y-pic{width: 100%; height: 100%; position: absolute; z-index: 1; top: 0;}
.h-ly-nr-m-y-pic img{max-width: 100%;}
.h-ly-nr-m:hover .h-ly-nr-m-y{border: solid 18px #ffa624; transition: all .4s;}

@-webkit-keyframes rotation {

from {

 -webkit-transform: rotate(0deg);

      }

      to {

        -webkit-transform: rotate(360deg);

      }

    }

    .Rotation {

      -webkit-transform: rotate(360deg);

      animation: rotation 28s linear infinite;

      -moz-animation: rotation 28s linear infinite;

      -webkit-animation: rotation 28s linear infinite;

-o-animation: rotation 28s linear infinite;

    }

.h-ly-nr-m img{max-width: 100%;}
.h-ly-nr-m-y-t{width: 200px; height: 200px; border-radius: 50%; overflow: hidden; background: #ffa624; font-size: 16px; color: #ffffff; text-align: center; position: absolute; bottom: -32%; left: 28%; text-transform: uppercase; padding-top: 18px;}
/*.h-ly-nr-m:hover .h-ly-nr-m-y{outline: 18px solid rgba(255, 255, 255, .2);}*/
.h-ly-nr-r-e{font-size: 60px; font-family: impact; color: #ffffff; text-transform: uppercase; line-height: initial;}
.h-ly-nr-r-d{font-size: 16px; color: #fff; margin-bottom: 4%;}
.h-ly-nr-r-m{}
.form-tr{width: 100%;}
.form-tr input{width: 100%; background: #1e74c9; border: solid 1px #438bd6; padding: 2%; margin-bottom: 1.8%;}
.form-tr textarea{width: 100%; background: #1e74c9; border: solid 1px #438bd6; padding: 2%;}
.form-tr .code input{width: 50%; float: left;}
.form-tr .verify{width: 32%; float: left; margin-left: 1.8%;}
.form-tr .verify img{max-width: 100%;}
.form-tr2{ background: #ffa624; width: 40%; padding: 2.4% 0; text-align: center; border: solid 1px #ffa624; transition: all .4s;}
.form-tr .submit{ font-size: 16px; color: #fff;}
.form-tr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.form-tr2:hover{background: #1651a3; border-radius: 4px; border: solid 1px #1651a3; transition: all .4s;}
.form-tr2:hover a{text-decoration: none;}

 input::-webkit-input-placeholder { font-size: 15px; color: #fff;}
 textarea::-webkit-input-placeholder { font-size: 15px; color: #fff;}

@media screen and (max-width:1680px){
  .h-ly-nr-l-t-nr-lb{width: 68%;}
  .h-ly-nr-m{width: 486px; height: 485px;}
}

@media screen and (max-width:1610px){
  .h-ly-nr-r{width: 28%;}
  .h-ly-nr-m{}
}
@media screen and (max-width:1480px){
  .h-ly-nr-m{width: 440px; height: 441px;}
  .h-ly-nr-l-t-nr-lb {
    width: 80%;
  }
  .h-ly-nr-r-e{font-size: 58px;}
  .h-ly-nr-l-t{font-size: 31px;}
  .h-ly-nr-r-e {
    font-size: 48px;
  }
}

@media screen and (max-width:1280px){
  .h-ly-nr-l-t{font-size: 30px;}
  .h-ly-nr-l-t-d{font-size: 18px;}
  .h-ly-nr-l-t-nr-lb-r-t{width: 15%; font-size: 28px;}
  .h-ly-nr-l-t-nr-lb-r-d-t{font-size: 18px;}
  .h-ly-nr-m {
    width: 400px; height: 401px;
  }
  .h-ly-nr-r-e{font-size: 40px;}
  .h-ly-nr-m-y-t{width: 158px; height: 158px;}
} 
@media screen and (max-width:1180px){
  .h-ly-nr-m {
    width: 380px;
    height: 381px;
  }
}
@media screen and (max-width:1118px){
  .h-ly-nr-m {
    width: 370px;
    height: 371px;
  }
  .h-ly-nr-l-t-nr-lb {
    width: 90%;
  }
  .h-ly-nr{background: #1272d1 url(../images/lybg.jpg)bottom no-repeat;}
  .h-ly-nr-l-t {
    font-size: 26px;
  }
  .h-ly-nr-l-t-d {
    font-size: 16px;
  }
  .h-ly-nr-l-t-nr-lb-r-d-t {
    font-size: 16px;
  }
  .h-ly-nr-r-e {
    font-size: 32px;
  }
}
@media screen and (max-width:1080px){
  .h-ly-nr-m {
    width: 340px;
    height: 341px;
  }
  .h-ly-nr-l-t-nr-lb-r-d-e{display: none;}
  .h-ly-nr-l-t-nr-lb-r-t{font-size: 22px;}
  .h-ly-nr-m-y-t {
    width: 148px;
    height: 148px;
  }

}

@media screen and (max-width:980px){
  .h-ly-nr-m {
    width: 320px;
    height: 320px;
  }
  .h-ly-nr-l-t {
    font-size: 24px;
  }
  .h-ly-nr-r-e {
    font-size: 30px;
  }
  .h-ly-nr-l-t-d {
    font-size: 15px;
  }
  .h-ly-nr-l-t-nr-lb-r-t {
    font-size: 18px;
  }
  .form-tr2{width: 100%;}
  .h-ly-nr-r-d{font-size: 15px;}
   input::-webkit-input-placeholder { font-size: 14px; color: #fff;}
   textarea::-webkit-input-placeholder { font-size: 14px; color: #fff;}
   .h-ly-nr-l-t-nr-lb-r-d-t {
    font-size: 15px;
   }
}
@media screen and (max-width:918px){
  .h-ly-nr-m {
    width: 280px;
    height: 280px;
    margin-left: 2%;
  }
  .h-ly-nr-m-y-t {
    width: 108px;
    height: 108px;
    padding-top: 8px;
    font-size: 15px;
  }
  .h-ly-nr-l-t {
    font-size: 24px;
  }
}

@media screen and (max-width:848px){
  .h-ly-nr-m{margin-left: 1%;  width: 260px; height: 260px;}
  .h-ly-nr-m-y{border: solid 15px rgba(255, 255, 255, .2); outline: black; outline-offset: 0;}
  .h-ly-nr-l-t {
    font-size: 22px;
  }
  .h-ly-nr-r-e {
    font-size: 26px;
  }
}

@media screen and (max-width:780px){
  .h-ly-nr-l{width: 50%;}
  .h-ly-nr-m{float: right;}
  .h-ly-nr-l-t{margin-top: 0;}
  .h-ly-nr-l {
    width: 100%;
    margin-bottom: 4%;
  }
  .h-ly-nr-m {
    width: 380px;
    height: 380px;
    float: none;
    margin: 0 auto;
  }
  .h-ly-nr-r{
    width: 100%;
  }
  .h-ly-nr-l-t-nr-lb{
    width: 100%;
  }
  .form-tr .verify {
    width: 27%;
    float: left;
    margin-left: 1.8%;
  }
  .form-tr textarea{margin-bottom: .8%;}
  .h-ly-nr-l-t-d{margin: .8% 0 4% 0;}
  .h-ly-nr-l-t-c{margin-bottom: 4%;}
  .h-ly-nr-m-y-t {
    width: 158px;
    height: 158px;
    bottom: -36%;
  }
}

@media screen and (max-width:580px){
  .h-ly-nr-m {
    width: 306px;
    height: 306px;
    float: none;
    margin: 0 auto;
    margin-bottom: 4%;
  }
  .h-ly-nr-m-y-t {
    width: 130px;
    height: 130px;
  }
  .h-ly-nr-m-y{border: solid 15px rgba(255, 255, 255, .2); /*outline: 10px solid #fff; outline-offset: -28px;*/}
  .h-ly-nr-m-y-t{bottom: -32%;}
  .h-ly-nr-l-t {
    font-size: 22px;
  }
  .h-ly-nr-r-e {
    font-size: 28px;
  }
  .form-tr input{padding: 1.8%;}
  .form-tr2{padding: 2% 0;}
  .h-ly-nr-l-t-nr-lb-r-d-e{display: block;}
  .h-ly-nr-l-t-nr-lb-r-t{width: 8%;}
  .h-ly-nr-l-t-nr{display: none;}
  .h-ly-nr-l-t-c{margin-bottom: 0;}
}
@media screen and (max-width:480px){
  .h-ly-nr-m {
    width: 208px;
    height: 208px;
    /*display: none;*/
    margin-bottom: 5%;
  }
  .h-ly-nr-m-y-t {
    width: 90px;
    height: 90px;
    padding-top: 8px;
    font-size: 14px;
  }
  .form-tr textarea {
    margin-bottom: 0;
  }
  .h-ly-nr-l-t-d:after{display: none;}
  .h-ly-nr-r-e {
    font-size: 24px;
  }
  .h-ly-nr{padding: 5% 0;}
  .h-ly-nr-l{margin-bottom: 5%;}
}



.abo-sl-nr .h-al-nr-list-tit{background: #f2f2f2; color: #333333; padding: 5.8% 8%;}
.abo-sl-nr .h-al-nr-list-t{color: #333333; transition: all .4s; padding-bottom: 1.8%;}
.abo-sl-nr .h-al-nr-list-n{color: #555555;}

.h-al-nr{width: 100%; margin-top: 2.8%;}
.h-al-nr-list{width: 100%;}
.h-al-nr-list-pic{width: 100%; height: 279px; overflow: hidden; position: relative;}
.h-al-nr-list-pic img{width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;}
.h-al-nr-list:hover .h-al-nr-list-pic img{-webkit-transform: scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
    transform: scale(1.15);
    transition-timing-function: ease-out;
    transition-duration: 750ms;}
.h-al-nr-list-tit{margin: 4.8%; background: #e5e5e5; transition: all .4s;}
.abo-sl-nr .h-al-nr-list-t{width: 100%; font-size: 20px; color: #363636; transition: all .4s;}
.h-al-nr-list-n{width: 100%; font-size: 15px; color: rgba(96, 96, 96, .5);}
.h-al-nr .swiper-container4{overflow: hidden;}

.h-al-nr-list:hover a{text-decoration: none; /*color: #fff; */transition: all .4s;}
/*.h-al-nr-list:hover .h-al-nr-list-t{color: #fff; transition: all .4s;}
.h-al-nr-list:hover .h-al-nr-list-n{color: #fff;}*/
.h-al-nr-list:hover .h-al-nr-list-tit{color: #1651a3; transition: all .4s; /*background: #1a439b;*/}
.h-al-nr-list:hover .abo-sl-h{background: #1a439b; transition: all .4s;}
.h-al-nr-list:hover .abo-sl-h-2{color: #fff; transition: all .4s;}
.h-al-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.abo-sl-h{position: absolute; right: -18px; bottom: -1px; width: 180px; padding: 3% 0 2% 0; transform:skew(-30deg); background-color: #f2f2f2; border-radius: 8px 0 0 0; transition: all .4s;}
.abo-sl-h-2{transform:skew(30deg); padding:0 15%; font-size: 18px; color: #333333;}
@media(max-width:1860px) {
  .h-al-nr-list-pic {
    width: 100%;
    height: 258px;
  }
}
@media(max-width:1680px) {
  .h-al-nr-list-pic {
    height: 248px;
  }
}
@media(max-width:1580px) {
  .h-al-nr-list-pic {
    height: 228px;
  }
}
@media(max-width:1480px) {
  .h-al-nr-list-pic {
    height: 218px;
  }
  .abo-sl-nr  .h-al-nr-list-t{font-size: 18px;}
  .abo-sl-h-2{font-size: 16px;}
}

@media(max-width:1380px) {
  .h-al-nr-list-pic {
    height: 208px;
  }
}

@media(max-width:1280px) {
  .h-al-nr-list-pic {
    height: 198px;
  }
}

@media(max-width:1180px) {
  .h-al-nr-list-pic {
    height: 178px;
  }
  .abo-sl-nr  .h-al-nr-list-t {
    font-size: 16px;
  }

}

@media(max-width:1080px) {
  .h-al-nr-list-pic {
    height: 158px;
  }
}

@media(max-width:980px) {
  .h-al-nr-list-pic {
    height: 148px;
  }
  .abo-sl-nr .h-al-nr-list-n{display: none;}
}
.h-al-xl-none{display: block;}
.h-al-xl-block{display: none;}
@media(max-width:880px) {
  .h-al-nr-list-pic {
    height: 248px;
  }
  .h-al-xl-none{display: none;}
  .h-al-xl-block{display: block;}
}
.h-al-nr-list2{width: 49%; float: left; margin-right: 2%; margin-bottom: 2%;}
.h-al-nr-list2:nth-child(2n){margin-right:0; }

@media(max-width:780px) {
  .h-al-nr-list-pic {
      height: 228px;
  }
}

@media(max-width:680px) {
  .h-al-nr-list-pic {
      height: 208px;
  }
}

@media(max-width:580px) {
  .h-al-nr-list-pic {
      height: 157px;
  }
  .h-al-nr{margin-top: 4%;}

}

@media(max-width:480px) {
  .h-al-nr-list-pic {
      height: 127px;
  }
  .h-al-nr-list-n{display: none;}
  .abo-sl-nr  .h-al-nr-list-t{padding: 0; border-bottom: none; font-size: 15px;}
  .foot{padding: 2.8% 0; margin-bottom: 60px;}
}

@media(max-width:440px) {
  .h-al-nr-list-pic {
      height: 140px;
  }
}
@media(max-width:400px) {
  .h-al-nr-list-pic {
      height: 120px;
  }
}
@media(max-width:380px) {
  .h-al-nr-list-pic {
      height: 108px;
  }
}

@media(max-width:340px) {
  .h-al-nr-list2{width: 100%; margin-right: 0;}
  .h-al-nr-list-pic {
    height: 140px;
  }
  .h-al-nr-list-pic img{width: 100%; height: 100%; object-fit: cover;}

}

.h-news-nr .swiper-container3{overflow: hidden;}
.h-news-nr{margin-bottom: 4%;}
.h-news-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.footer-l{width: 20%; float: left;}
.footer-l-logo{margin-bottom: .8%;}
.footer-l-mob{font-size: 38px; color: #ffa624; font-family: impact;}
.footer-l-lx{}
.footer-l-lx p{font-size: 15px; line-height: 30px; color: #ffffff; margin: 0;}
.footer-m{width: 60%; float: left;}
.footer-r{width: 20%; float: left;}

.footer-l:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.footer-m:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.footer-r:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.w1760:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.footer-nr-l-t {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    position: relative;
}
.footer-nr-l-t:after{height: 2px; background: #fff; width: 48px; content:"";display:block;clear:both; position: absolute; bottom: -48%;}
.footer-nr-l-list {
    margin-top: 28px;
}
.footer-nr-l-list p {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    margin: 0;
}

.footer-nr-l{margin-left: 8%; float: left;}
.footer-nr-l-list p:hover{color: #ffa624; transition: all .4s;}

.footer-r-ewm-list-nr{width: 140px; height: 140px; border: solid 1px rgba(255, 255, 255, .2);}
.footer-r-ewm-list{width: 142px; float: left;}
.footer-r-ewm-list-p{padding: 5px;}
.footer-r-ewm-list-p img{width: 100%; height: 100%; object-fit: cover;}
.footer-r-ewm-list-p:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.footer-r-ewm-list-t{font-size: 15px; color: #ececec; text-align: center; margin-top: 8%;}
.footer-r-ewm-list{width: 140px;}
.footer-r-ewm-list2{width: 140px; float: right;}

@media(max-width:1780px) {
  .footer-m{width: 58%;}
  .footer-r{width: 22%; float: right;}
}
@media(max-width:1481px) {
  .footer-nr-l-t {
    font-size: 18px;
  }
  .footer-r-ewm-list{width: 130px;}
  .footer-r-ewm-list-nr{
    width: 130px;
    height: 130px;
  }
  .footer-nr-l-list {
    margin-top: 20px;
  }
}
@media(max-width:1440px) {
  .footer-m {
    width: 55%;
  }
  .footer-r{
    width: 22%;
  }

}
@media(max-width:1380px) {
  .footer-l-logo img{max-width: 100%;}
  .footer-l { width: 22%;}
  .footer-nr-l{margin-left: 7%;}
  .footer-r-ewm-list2{width: 120px;}
  .footer-r-ewm-list-nr{width: 120px; height: 120px;}
  

}
@media(max-width:1297px) {
  .footer-l { width: 25%;}
  .footer-nr-l{ margin-left: 5%;}
  .footer-m{width: 51%;}
  .footer-nr-l-t{}

}

@media(max-width:1268px) {
 .footer-l-logo img {
    max-width: 80%;
  }
  .footer-r-ewm-list {
    width: 110px;
  }
  .footer-r-ewm-list2{width: 110px;}
  .footer-nr-l-list p{font-size: 15px;}
  .footer-r-ewm-list-nr {
    width: 110px;
      height: 110px;
  }
  .footer-r {
    width: 21%;
  }
}

@media(max-width:1180px) {
 
  .footer-l-mob{font-size: 30px;}
  .footer-r-ewm-list{width: 100px;}
  .footer-r-ewm-list2{width: 100px;}
  .footer-r-ewm-list-nr{width: 100px; height: 100px;}
  .footer-nr-l {
    margin-left: 4%;
  }

}

@media(max-width:1080px) {
  .footer-l {
    width: 28%;
  }
  .footer-nr-l-t {font-size: 16px;}
  .footer-r-ewm-list {
    width: 90px;
  }
  .footer-r-ewm-list2 {
    width: 90px;
  }
  .footer-r-ewm-list-nr{width: 90px; height: 90px;}
  .footer-r {
    width: 20%;
  }
}

@media(max-width:1028px) {
  .footer-l {
    width: 35%;
  }
  .footer-m {
    width: 65%;
  }
  .footer-r{display: none;}
  .footer-nr-l {
    margin-left: 7%;
  }
  .footer-l-logo img{max-width: 70%;}
}

@media(max-width:980px) {
  .footer-nr-l {
      margin-left: 6%;
  }
  .footer-l-mob {
    font-size: 28px;
  }

}
@media(max-width:918px) {
  .footer-l{display: none;}
  .footer-m{width: 100%;}
  .footer-nr-l {
    margin-left: 0;
    margin-right: 5%;
  }
  .footer-m {
    width: 70%;
  }
  .footer-r {
    width: 30%;
    display: block;
  }
  .footer-r-ewm-list {
    width: 110px;
  }
  .footer-r-ewm-list2 {
    width: 110px;
  }
  .footer-r-ewm-list-nr {
    width: 110px;
    height: 110px;
  }
  .footer-nr-l:nth-child(5n){margin-right: 0;}

}

@media(max-width:848px) {
  .footer-r-ewm-list {
    width: 100px;
  }
  .footer-r-ewm-list-nr {
    width: 100px;
    height: 100px;
  }
  .footer-r-ewm-list2{
    width: 100px;
  }
}
@media(max-width:748px) {
  .footer-m {
    width: 100%;
  }
  .footer-r{
    display: none;
  }
  .footer-nr-l{margin-right: 8%;}
}
@media(max-width:618px) {
  .footer-nr-l {
    margin-right: 7%;
  }
}
@media(max-width:580px) {
  .footer-nr-l {
    margin-right: 6%;
  }
}
@media(max-width:548px) {
  .footer-l-logo{width: 50%;}
  .footer-l-logo img{max-width: 100%;}
  .footer-l-mob{display: none;}
  .footer-l-lx{display: none;}
  .footer-l{width: 100%; display: flex; align-items: center; justify-content: center; margin-bottom: 4%;}
  .footer-m{display: none;}
  .footer-r{display: flex; align-items: center; justify-content: center; width: 100%; float: none;}
  .footer-r-ewm-list{margin-right: 4%;}
  .footer-r-ewm-list:nth-child(2n){margin-right: 0;}
  .footer{padding: 4% 0;}
  .foot .foot-l{width: 100%;}
  .foot .foot-r{width: 100%;}
}
@media(max-width:380px) {
  .footer-l-logo{width: 60%;}
}
.h3-h{width: 48px; height: 3px; background: #fff; margin: 0 auto;}
.mbx-nr{font-size: 15px; color: #333333; padding: 1.4% 0;}
.mbx-nr .w1760 .mbx-nr-l{ display: flex; align-items: center; justify-content: left; float: left;}
.mbx-nr .w1760 a{color: #333333; font-size: 15px;}
.mbx-nr img{margin-right: 8px;}
.mbx-nr .w1760 .mbx-nr-r{float: right;}
.mbx-nr-r-list{float: left; margin-left: 28px; font-size: 16px; color: #333333;}
.mbx-nr-r-list:hover a{color: #fff; text-decoration: none;}
.abo-nr{width: 100%; background: #f2f2f2; padding: 4% 0 8% 0; position: relative; overflow: hidden;}
.abo-nr-l{width: 55%; float: left; position: relative; z-index: 2;}
.abo-nr-r{width: 55%; position: absolute; right: 0; top: 0; z-index: 1; height: 100%;}
.abo-nr-l-p{padding: 6% 4%; background: #fff; font-size: 15px; line-height: 24px; color: #333333;}
.abo-nr-l-p:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.abo-nr .w1760{position: relative; }
.abo-nr-l-e{font-size: 36px; font-weight: bold; color: #1651a3; text-transform: uppercase; line-height: initial;}
.abo-nr-l-t{font-size: 30px; font-weight: bold; color: #333333; line-height: initial; margin-bottom: 3%;}
.abo-nr-l-nr{max-height: 260px; overflow-y: auto;}
.abo-nr-r img{max-width: 100%;}

.fixed-banner .h3 {
  margin: 10% 0 .8% 0;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  position: relative;
}
.type-nr{display: none;}
.common-inner {
  background: #f2f2f2;
  padding: 2.8% 0;
}
@media(max-width:1800px) {
  
}
@media(max-width:1780px) {
  .abo-nr-l-e{font-size: 34px;}
  .abo-nr-l-nr{max-height: 240px;}
  .fixed-banner .h3 {
    margin: 11% 0 .8% 0;
  }
}

@media(max-width:1680px) {
  .abo-nr-l-e{font-size: 34px;}
  .abo-nr-l-nr{max-height: 220px;}
}

@media(max-width:1580px) {
  .abo-nr-l-e{font-size: 34px;}
  .abo-nr-l-nr{max-height: 195px;}
  .fixed-banner .h3 {
    margin: 11% 0 .8% 0;
  }
  .fixed-banner {
    height: 440px;
  }
  .fixed-banner .h3 {
    margin: 12% 0 .8% 0;
  }
}

@media(max-width:1480px) {
  .fixed-banner .h3{margin: 13% 0 .8% 0;}
  .abo-nr-l-e{font-size: 34px;}
  .abo-nr-l-nr{max-height: 187px;}
}

@media(max-width:1380px) {
  .abo-nr-l-e {
    font-size: 28px;
  }
  .abo-nr-l-t {
    font-size: 26px;
  }
  .abo-nr-l-nr {
    max-height: 167px;
  }
  .fixed-banner{height: 408px;}
  .fixed-banner .h3{font-size: 35px;}

}

@media(max-width:1280px) {
  .abo-nr-l-nr {
    max-height: 157px;
  }
}
@media(max-width:1280px) {

.abo-nr-l-nr {
    max-height: 147px;
  }
  .fixed-banner{height: 378px;}
  .fixed-banner .h3{font-size: 30px;}

}

@media(max-width:1180px) {
  .abo-nr-l-nr {
    max-height: 137px;
  }

  .abo-nr .w1760{overflow: hidden;}
  .abo-nr{padding: 4% 0;}


  .fixed-banner{height: 348px;}
  .fixed-banner .h3{font-size: 30px;}
  .con-lx .art-sm-block{display: none;}
}

@media(max-width:980px) {
  .abo-nr-l-e {
    font-size: 26px;
  }
  .fixed-banner{height: 328px;}
  .fixed-banner .h3{font-size: 30px;}

}

@media(max-width:880px) {
  .abo-nr-l-e {
    font-size: 24px;
  }
  .abo-nr-l-t{
    font-size: 24px;
  }
  .abo-nr-l-nr {
    max-height: 118px;
  }
  .fixed-banner{height: 287px;}
  .fixed-banner .h3{font-size: 30px;}

  .mbx-nr .w1760 .mbx-nr-r{display: none;}
  .type-nr{display: block; margin-bottom: 2.8%;}
  .type-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
  .mbx-nr-r-list{width: 50%; float: left; background: #1651a3; margin: 0; text-align: center; padding: 1.8% 0; position: relative;}
  .mbx-nr-r-list a{font-size: 16px; color: #fff;}
  .mbx-nr-r-list:nth-child(2n){background: #517dbb;}
  .mbx-nr{padding: 2.8% 0;}

  .con-lx .art-sm-block{display: block;}
}

@media(max-width:780px) {
  .abo-nr-l-t{margin-bottom: 4%;}
  .abo-nr-l-e {
    font-size: 22px;
  }
  .abo-nr-l-t{
    font-size: 22px;
  }
  .abo-nr-l-nr{max-height: initial; font-size: 15px; line-height: 28px;}
  .abo-nr-l{width: 100%;}
  .abo-nr-r{width: 100%; position: relative;}
  .abo-nr-l-p{padding: 4%;}

  .fixed-banner{height: 258px;}
  .fixed-banner .h3{font-size: 24px;}
  .type-nr{display: block; margin-bottom: 4%;}
  .common-inner{padding: 4% 0;}
  .mbx-nr-r-list{width: 50%; float: left; background: #1651a3; margin: 0; text-align: center; padding: 2.2% 0; position: relative;}
}

@media(max-width:680px) {
  .abo-nr-l-e {
    font-size: 20px;
  }
  .abo-nr-l-t {
    font-size: 20px;
  }
  
  .fixed-banner{height: 228px;}
  .fixed-banner .h3{font-size: 26px; margin: 12% 0 .8% 0;}
  .fixed-banner p{font-size: 16px;}


}

@media(max-width:580px) {
  .fixed-banner .h3 {
    margin: 15% 0 1.8% 0;
    font-size: 24px;
  }
  .fixed-banner p {
    font-size: 15px;
  }
  .abo-nr-l-t{margin-bottom: 4%;}
}

@media(max-width:500px) {
  .fixed-banner .h3 {
    margin: 18% 0 1.8% 0;
    font-size: 24px;
  }
  .fixed-banner {
    height: 218px;
  }

}

@media(max-width:480px) {
  .fixed-banner .h3 {
    font-size: 22px;
    margin: 14% 0 1.8% 0;
  }
  .h3-h{width: 28px;}
  .fixed-banner {
    height: 170px;
  }
  .abo-nr-l-e{font-weight: 100; font-size: 18px;}
  .abo-nr{padding: 5% 0;}
  .abo-nr-l-t {
    margin-bottom: 5%;
  }
  .type-nr{margin-bottom: 5%;}
  .abo-nr-l-p {
    padding: 5%;
  }
  .common-inner {
    padding: 5% 0;
  }
}

@media(max-width:380px) {
  .fixed-banner .h3 {
    font-size: 22px;
    margin: 0;
  }
  .h3-h{width: 28px;}
  .fixed-banner {
    height: 140px;
    display: flex;
  align-items: center;
  justify-content: center;
  }
  .fixed-banner p{display: none;}
  .h3-h{display: none;}
}

.ys-nr{width: 100%; background: url(../images/ysbg.jpg)bottom no-repeat; padding-bottom: 4%;}
.ys-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.ys-nr-l{width: 40%; float: left; position: relative; background: #fff;}
.ys-nr-l:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.ys-nr-m{width: 30%; background: #1651a3 url(../images/sbgnr.jpg)bottom no-repeat; float: left; position: relative;}
.ys-nr-r{width: 30%; float: left; position: relative;}
.ys-l-part01{margin-top: 3%; position: relative;}
.ys-nr-l-e{font-size: 100px; font-family: impact; color: #f0f0f0; text-transform: uppercase; line-height: initial;}
.ys-nr-l-d{font-size: 30px; font-weight: bold; color: #333333; line-height: initial;}
.ys-nr-l-en{font-size: 14px; color: #555555; text-transform: uppercase;}
.ys-nr-l-x{font-size: 220px; color: #ffa624; text-shadow: 8px 4px 1px #e1e1e1; font-weight: bold; line-height: 210px;}
.ys-nr-r-con{position: ;}

.ys-l-part01:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.ys-l-part01 .w1760{background: #fff url(../images/bg3.jpg)right no-repeat;}
.ys-nr-m-p {
  padding: 10% 8% 18% 8%;
}
.ys-nr-m-p:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.ys-nr-m-tit{width: 100%;/*display: flex;
  align-items: center;
  justify-content: center;*/}
.ys-nr-m-tit:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.ys-nr-m-tit-l{float: left;}
.ys-nr-m-tit-r{float: right; padding-top: 2.8%;}
.ys-nr-m-tit-e{font-size: 16px; line-height: 24px; color: #ffffff; margin-top: 12%;}
.ys-nr-m-tit-e p{margin: 0; text-transform: uppercase;}
.ys-nr-m-tit-d{font-size: 24px; font-weight: bold; color: #f9f9f9; margin: 4% 0;}
.ys-nr-m-tit-c{font-size: 15px; line-height: 24px; color: #ffffff;}
.ys-l-part01 .w1760{overflow: hidden;}

.ys-nr-r .ys-nr-m-tit-e{color: #333333;}
.ys-nr-r .ys-nr-m-tit-d{color: #333333;}
.ys-nr-r .ys-nr-m-tit-c{color: #333333;}
.ys-nr .w1760{position: relative;}
.ys-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.ys-nr-r-0{width: 30%; position: relative; margin-left: 40%; background: #fcfcfd url(../images/bg3.jpg)bottom no-repeat;}
.ys-nr-m-p2{padding: 10% 8% 18% 8%;}

.ys-nr .ys-nr-m-tit-e{color: #333333;}
.ys-nr .ys-nr-m-tit-d{color: #333333;}
.ys-nr .ys-nr-m-tit-c{color: #333333;}

@media(max-width:1680px) {
  .ys-nr-l-e{font-size: 90px;}
  .ys-nr-l-x{font-size: 180px;}
}
@media(max-width:1580px) {
  .ys-nr-l-e{font-size: 80px; line-height: 80px;}
  .ys-nr-l-x{font-size: 160px; line-height: 160px;}
}
@media(max-width:1480px) {
  .ys-nr-l-e{font-size: 80px; line-height: 80px;}
}
@media(max-width:1380px) {
  .ys-nr-l-e{font-size: 70px; line-height: 70px;}
  .ys-nr-l-x{font-size: 120px; line-height: 120px;}
  
  .ys-nr-m-tit-e{margin-top: 4%;}
  .ys-nr-m-tit-l img{max-height: 40px;}
  .ys-nr-m-tit-e p{font-size: 15px;}
  .ys-nr-m-p {
    padding: 10% 5% 10% 5%;
  }
  .ys-nr-m-p2 {
    padding: 10% 5% 10% 5%;
  }

}
@media(max-width:1280px) {
  .ys-nr-l-d{font-size: 28px;}
  .ys-nr-m-tit-e p {
    font-size: 15px;
    line-height: initial;
  }
  .ys-nr-m-tit-d{font-size: 22px;}
}
@media(max-width:1180px) {
  .ys-nr-l-d{font-size: 24px;}
  .ys-nr-l-e {
    font-size: 60px;
    line-height: 60px;
  }
  .ys-nr-l-x {
    font-size: 110px;
    line-height: 110px;
  }
}

@media(max-width:1080px) {
  .ys-nr-l-x{font-size: 80px;
    line-height: 80px;}
  .ys-nr-m-tit-e{display: none;}
  .ys-nr-m-tit-l img {
    max-height: 30px;
  }
  .ys-nr-m-tit-r{padding: 0;}

}

@media(max-width:880px) {
  .ys-nr-m-tit{display: none;}
  .ys-nr-l-e {
    font-size: 50px;
    line-height: 50px;
  }
  .ys-nr-l-x {
    font-size: 60px;
    line-height: 60px;
  }
  .ys-nr-m-tit-d{}
  .ys-nr-m-p {
    padding: 10%;
  }
  .ys-nr-m-p2 {
    padding: 10%;
  }
  .ys-nr-m-tit-d{
    font-size: 20px;}
}

@media(max-width:780px) {
  .ys-nr-l{width: 100%;}
  .ys-nr-m{width: 50%;}
  .ys-nr-r{width: 50%;}
  .ys-nr-r-0{width: 50%; margin-left: 0;}
  .ys-nr-l-en{margin-bottom: 4%;}
  .ys-nr-l-x{display: none;}
  .ys-nr-m-tit-d{margin-top: 0;}
}
@media(max-width:580px) {
  .ys-nr-l-d {
    font-size: 20px;
  }
  .ys-nr-m-tit-d{font-weight: initial;}
  .ys-nr-l-e {
    font-size: 40px;
    line-height: 40px;
  }
  .ys-nr-m-tit-d {
    font-size: 18px;
  }
  .ys-nr-m {
    width: 100%;
  }
  .ys-nr-r{
    width: 100%;
  }
  .ys-nr-r-0{
    width: 100%;
    background: #ddd;
  }
  .ys-nr{background: none;}

  .ys-l-part01 .w1760{background: url(../images/bg3.jpg)bottom center no-repeat;}
}
@media(max-width:480px) {
  .ys-nr-m-p2 {
    padding: 8%;
  }
  .ys-nr-l-en {
    margin-bottom: 5%;
  }
  .ys-l-part01{margin-top: 4%;}
  .ys-nr-m-p {
    padding: 8%;
  }
}
.fw-nr{margin: 4% 0 8% 0;}
.fw-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.fw-nr-l{width: 47%; float: left;}
.fw-nr-r{width: 50%; float: right; position: relative;}
.fw-nr-r img{max-width: 100%;}

.fw-nr-r-h{width: 35%; background: #ffa624; position: absolute; bottom: -15%; right: 8%;}
.fw-nr-r-h-p{padding: 15% 8%;}

.fw-nr-r-h-en{}
.fw-nr-r-h-en p{font-size: 18px; font-weight: bold; color: #ffffff; padding: 0; margin: 0; text-transform: uppercase;}

.fw-nr-r-h-d{font-size: 16px; font-weight: bold; color: #ffffff; margin: 4% 0;}
.fw-nr-r-h-pic{}

@media(max-width:1480px) {
  .fw-nr-r-h{width: 38%;}
}

@media(max-width:1280px) {
  .fw-nr-r-h{width: 44%; bottom: -35%;}
  .fw-nr-r-h-en p{font-size: 15px; line-height: initial;}
  .abo-nr-l-fw p{font-size: 15px;}
}
@media(max-width:1180px) {
  .fw-nr-r-h {
    width: 48%;
    bottom: -45%;
  }
}
@media(max-width:1080px) {
  .fw-nr-r-h {
      width: 100%;
      position: relative;
      right: 0;
  }
  .fw-nr-r-h-p {
    padding: 8%;
  }

}

@media(max-width:780px) {
  .fw-nr-l{width: 100%;}
  .fw-nr-r{width: 100%;}
  .fw-nr-r-h-p {
    padding: 4%;
  }
  .fw-nr-r-h-d{margin: 1.8% 0; font-size: 15px;}
  .fw-nr{margin: 4% 0 6% 0;}
}

.profl-nr{padding: 2.8% 0; width: 100%; background: #f2f2f2; position: relative; overflow: hidden;}
.profl-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.profl-nr ul{text-align: center; padding: 0; margin: 0;}
.profl-nr ul li{display: inline-block; background: #1651a3; padding: 1.1% 1.8%; transition: all .4s; margin-right: .2%;}
.profl-nr ul li:nth-child(3n){margin-right: 0;}
.profl-nr-con{ display: flex; /*align-items: center;*/ justify-content: center;}
.profl-nr-x{font-size: 24px; font-weight: bold; color: #ffffff; margin-right: 8px; line-height: initial;}
.profl-nr-dis{}
.profl-nr-tit{text-align: left; font-size: 18px; color: #ffffff; line-height: initial;}
.profl-nr-en{text-align: left; font-size: 14px; color: #ffffff;}
.logoh img{max-width: 100%; object-fit: cover;}
.profl-nr ul li:hover{background: #ffa624; transition: all .4s;}
.profl-nr ul li:hover a{text-decoration: none;}

.cp-lib-nr{margin-top: 2.8%;}

.h-al-nr-list-pro{width: 24%;float:left;margin-right: 1.3%;margin-bottom: 1.4%;}
.h-al-nr-list-pro:nth-child(4n){margin-right:0; }

.h-al-nr-list-pro .abo-sl-h{position: absolute; width: 100%; height: 100%; background: rgba(11, 162, 157, .2); top: 0; z-index: 9; display: flex; align-items: center; justify-content: center; opacity: 0; transition: all .2s;}
.h-al-nr-list-pic{width: 100%; height: 279px; overflow: hidden;/* border-radius: 28px 0 0 0;*/ position: relative;}
.h-al-nr-list-pic img{width: 100%; height: 100%; object-fit: cover;}

.h-al-nr-list-t{width: 100%; border-bottom: solid 1px #ddd; padding: 0 0 2.8% 0; font-size: 16px; color: #363636; transition: all .2s;}
.h-al-nr-list-n{width: 100%; font-size: 14px; color: rgba(96, 96, 96, .5); padding-top: 2.8%;}
.h-al-nr-list:hover a{text-decoration: none; transition: all .2s;}
/*.h-al-nr-list:hover a{text-decoration: none; color: #fff; transition: all .2s;}
.h-al-nr-list:hover .h-al-nr-list-t{color: #fff; border-bottom: solid 1px rgba(255, 255, 255, .2); transition: all .2s;}
.h-al-nr-list:hover .h-al-nr-list-n{color: #fff;}*/

.h-al-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.profl-nr .h-al-nr-list-pic{display: flex;
  align-items: center;
  justify-content: center;}
.profl-nr .h-al-nr-list-pic img{width:80%!important; /*height: 100%!important;*/ width: auto; height: auto;}
.profl-nr .h-al-nr-list-tit{font-size: 18px; color: #333333; text-align: center; background: none; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;}
.profl-nr .h-al-nr-list-pro{background: #fff;}

@media(max-width:1860px) {
  .h-al-nr-list-pic {
    width: 100%;
    height: 258px;
  }
}
@media(max-width:1680px) {
  .h-al-nr-list-pic {
    height: 248px;
  }
}
@media(max-width:1580px) {
  .h-al-nr-list-pic {
    height: 228px;
  }
}
@media(max-width:1480px) {
  .h-al-nr-list-pic {
    height: 218px;
  }

}

@media(max-width:1380px) {
  .h-al-nr-list-pic {
    height: 208px;
  }
}

@media(max-width:1280px) {
  .h-al-nr-list-pic {
    height: 198px;
  }
  .profl-nr .h-al-nr-list-tit{
    font-size: 16px;
  }
}

@media(max-width:1180px) {
  .h-al-nr-list-pic {
    height: 178px;
  }
}

@media(max-width:1080px) {
  .h-al-nr-list-pic {
    height: 158px;
  }
}

@media(max-width:980px) {
  .h-al-nr-list-pic {
    height: 148px;
  }
  .logoh{display: none;}
}
.h-al-xl-none{display: block;}
.h-al-xl-block{display: none;}
@media(max-width:880px) {
  .h-al-nr-list-pic {
    height: 148px;
  }
  .h-al-xl-none{display: none;}
  .h-al-xl-block{display: block;}
}
.h-al-nr-list2{width: 49%; float: left; margin-right: 2%; margin-bottom: 2%;}
.h-al-nr-list2:nth-child(2n){margin-right:0; }

@media(max-width:780px) {
  .h-al-nr-list-pic {
      height: 128px;
  }
  .profl-nr-tit{font-size: 16px;}
  .profl-nr-x{font-size: 20px;}
  .profl-nr ul li{padding: 1.1% 2.8%;}
  
}

@media(max-width:608px) {
  
}

@media(max-width:680px) {
  .profl-nr ul li{background: #1651a3; padding: 1.8%; transition: all .4s; margin-right: .2%; width: 50%; float: left; display: block; margin: 0;}
  .profl-nr ul li:nth-child(2n){background: #517dbb; }
  .profl-nr ul li:nth-child(3n){background: #2b5fa7;}
  .profl-nr-x{font-size: 18px;}
  .h-al-nr-list-pic {
      height: 208px;
  }
  .profl-nr .h-al-nr-list-pro{
    width: 48.7%;
  }
  .profl-nr .h-al-nr-list-pic img{
    max-width: 80%!important;
    max-height: 80%!important;
  }
  .mbx-nr img{display: none;}
  .mbx-nr .w1760 .mbx-nr-l{display: block;}
}

@media(max-width:580px) {
  .h-al-nr-list-pic {
      height: 187px;
  }
  .h-al-nr{margin-top: 4%;}
}
.abo-nr-l-nr p{padding-bottom: 0; margin-bottom: 0;}
@media(max-width:480px) {
  .h-al-nr-list-pic {
      height: 157px;
  }
  .h-al-nr-list-n{display: none;}
  .h-al-nr-list-t{padding: 0; border-bottom: none; font-size: 15px;}
  .profl-nr-x{display: none;}
  .profl-nr-en{display: none;}
  .profl-nr ul li{padding: 2.8% 0;}
  .mbx-nr-r-list{padding: 2.8% 0;}
  /*.fw-nr-r-h-p {
    padding: 5%;
  }*/
  .fw-nr {
    margin: 0 0 5% 0;
  }
  .fw-nr-r-h-en{display: none;}
  .ys-nr{padding-bottom: 5%;}
  .profl-nr{padding: 5% 0;}
  .fw-nr-r-h-d {
    margin: 0 0 .8% 0;
  }
}

@media(max-width:440px) {
  .h-al-nr-list-pic {
      height: 140px;
  }
}

@media(max-width:380px) {
  .h-al-nr-list-pic {
      height: 108px;
  }
  .profl-nr .h-al-nr-list-pro:nth-child(2n){margin-right: 0;}
  .profl-nr .h-al-nr-list-pro:nth-child(4n){margin-right: 0;}
}

@media(max-width:340px) {
  .h-al-nr-list2{width: 100%; margin-right: 0;}
  .h-al-nr-list-pic {
    height: 128px;
  }
  .h-al-nr-list-pic img{width: 100%; max-height: 100%; height: auto;}
  .profl-nr .h-al-nr-list-pro{width: 100%; margin-right: 0;}
  .h-al-nr-list-pic {
    height: 178px;
  }
}


.god-nr .h-al-nr-list-pro{outline: 1px solid #ddd; outline-offset: -1px;}
.god-nr .h-al-nr-list-tit{ text-align: left; position: relative; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all; display: flex;
  align-items: center;
  justify-content: center;}
/*.god-nr .jt{float: right; margin-top: 2.8%;}*/
.god-nr .jt img{max-width: 100%;}
.god-nr .h-al-nr-list-pic{padding: 8% 0;}

.prodect-Info .info-main .info-main-rig .title{font-size: 28px; padding-left: 2.8%; color: #333333; border-bottom: solid 1px #ddd; padding-bottom:2.8%; margin-bottom: 2.8%; line-height: initial; position: relative;}
.info-dis{font-size: 15px; line-height: 28px; color: #666666;}
.info-dis-vo{margin-bottom: 4%; border-bottom: solid 1px #ddd; padding-bottom: 8%;}
.prodect-Info .info-main .info-main-rig .order-btn .submit{padding: 8% 0; display: block;
  width: 197px;
  text-align: center;
  background: #1651a3;
  color: #fff;
  font-size: 15px;}
.prodect-Info .info-main .info-main-rig .order-btn{float: left;}
.info-tel-nr{width: 50%; float: left; display: flex;
  align-items: center;
  justify-content: center; margin-left: 4%;}
.info-tel-nr-l{margin-right: 4%;}
.info-tel-nr-tit{font-size: 15px; color: #333333;}
.info-tel-nr-mob{font-size: 30px; color: #1651a3; font-weight: bold; line-height: initial;}
span.spe_leftBtn, span.spe_rightBtn {bottom: 8%;}
.MagnifierMain {
  position: relative;
  height: 378px;
  line-height: 378px;
  width: 100%;
  font-size: 0;
  text-align: center;
}
.jt-l{position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;}
span.spe_leftBtn{}
.prodect-Info .info-center .infoCenter-right .center-title {
 
  font-size: 30px;
  color: #333333;
  padding: .8% 0;
  margin-bottom: 20px;
 
  border-bottom: 3px solid #ededed;
}
.prodect-Info .info-center .infoCenter-right {
  
  background: #fff;
  padding: 0 2.8% 2.8% 2.8%;
}

.center-content p{font-size: 15px; line-height: 28px; color: #333333; margin-bottom: 0; padding-bottom: 0;}
.title-r{position: absolute; right: 0; font-size: 16px; color: #888888; top: 0; display: flex;
  align-items: center;
  justify-content: center;}
.title-r img{margin-right: 8px;}

.prodect-Info .info-main .info-main-rig {
  float: right;
  width: 51%;
  overflow: hidden;
}

.prodect-Info .info-main .info-main-rig .title:after {
    height: 28px;
    content: "";
    width: 4px;
    background: #ffa624;
    display: block;
    clear: both;
    position: absolute;
    left: 0;
    top: 8px;
}
.prodect-Info .info-main .info-preview {
  float: left;
  width: 45%;
  border: 1px solid #e6e6e6;
}
.prodect-Info .info-center .infoCenter-right .newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.prodect-Info .info-main {
  overflow: hidden;
  background: #fff;
  padding: 2.8%;
  /*margin-bottom: 25px;*/
}
.play-video iframe {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.MagnifierMain img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media(max-width:1580px) {
  .prodect-Info .info-main .info-main-rig .title{font-size: 24px;}
  .prodect-Info .info-main .info-main-rig .title:after{top: 4px;}
  .info-tel-nr-mob{font-size: 28px;}
  .prodect-Info .info-main .info-main-rig .order-btn .submit{padding: 7% 0;}
}

@media(max-width:1380px) {
  .prodect-Info .info-main .info-main-rig .title:after{top: 0;}
  .prodect-Info .info-main .info-main-rig .title{font-size: 22px;}
  .info-tel-nr-l img{max-width: 35px;}
  .title-r img{max-width: 28px;}
  .prodect-Info .info-center .infoCenter-right .center-title{font-size: 28px;}
}
@media(max-width:1180px) {
  .prodect-Info .info-main .info-main-rig .title {
    font-size: 20px;
  }
  .info-tel-nr-mob{font-size: 24px;}
  .title-r{font-size: 15px;}
}
@media(max-width:1080px) {
  .title-r{display: none;}
  .prodect-Info .info-main .info-main-rig .order-btn{width: 100%;}
  .prodect-Info .info-main .info-main-rig .order-btn .submit{width: 100%; padding:2.8% 0;}
  .info-tel-nr{margin-left: 0;}
  .info-tel-nr-l{display: none;}
  .info-tel-nr-tit{float: left;}
  .info-tel-nr-mob{float: left;}
  .info-tel-nr-r{ display: flex;
  align-items: center;
  justify-content: center;}
  .info-dis-vo{padding-bottom: 4%;}
  .info-tel-nr-r{margin-top: 4%;}
  .prodect-Info .info-center .infoCenter-right .center-title{font-size: 26px;}
  .info-tel-nr-r{display: none;}
  .info-dis-vo {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media(max-width:880px) {
  .prodect-Info .info-main .info-preview{width: 100%;}
  .prodect-Info .info-main .info-main-rig{width: 100%;}
  .prodect-Info .info-main .info-main-rig .title{margin-top: 4%;}
  .prodect-Info .info-main{padding: 4%;}
  .prodect-Info .info-center .infoCenter-right{padding: 0 4% 4% 4%;}
}
@media(max-width:980px) {
  .prodect-Info .info-center .infoCenter-right .center-title {
    font-size: 24px;
  }
}
@media(max-width:780px) {
  .prodect-Info .info-center .infoCenter-right .center-title {
    font-size: 22px;
  }
  .mbx-nr-r-list:nth-child(3n) {
    background: #2b5fa7;
  }
}

@media(max-width:480px) {
  .prodect-Info .info-main .info-main-rig .title {
    font-size: 18px;
  }
  .prodect-Info .info-center .infoCenter-right .center-title{font-size: 20px;}
  .prodect-Info .info-center .infoCenter-right .newsPage{font-size: 15px; line-height: 28px;}
  .MagnifierMain{height: 248px; line-height: 248px;}
  .MagnifierMain img{max-width: 80%; max-height: 80%;}
  /*.god-nr .jt{ width: 18px; margin-top: 5%;}*/
}
.common-inner:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.mbx-nr-r-list2:hover{color: #1651a3;}
.title-r:hover{color: #1651a3;}

.de-news-nr{width: 100%; background: #ffffff;}
.de-news-nr:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.de-news-l{width: 50%; float: left; position: relative; overflow: hidden;}
.de-news-r{width: 50%; float: right;}

.de-news-r-p{padding: 8%;}
.de-news-r-p:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.de-news-r-date{width: 68px; text-align: center;}
.de-news-r-date-d{font-size: 60px; color: #205ba9; position: relative; line-height: initial;}
.de-news-r-date-d:after{height: 2px; background: #205ba9; position: absolute; bottom: 0; content:"";display:block;clear:both; width: 100%;}
.de-news-r-date-y{font-size: 16px; color: #205ba9; margin-top: 8%;}

.de-news-r-tit{font-size: 26px; color: #333333; margin-top: 2.8%; margin-bottom: 1.8%;}
.de-news-r-dis{font-size: 15px; line-height: 24px; color: #666666; margin-bottom: 6%;}

.de-news-r-more{width: 120px; padding: 1.4% 0; background: #1651a3; color: #fff; border-radius: 28px; text-align: center; font-size: 15px; transition: all .4s;}
.no-goods p{padding: 0; margin: 0;}

.common-nr{background: none;}
.common-nr-part01{background: #f2f2f2;}
.common-inner2{padding-bottom: 0;}
.info-news-nr{width: 100%; background: #fff; margin-top: 4%; padding: 2.8% 0;}

.de-news-r-more:hover{background: #ffa624; transition: all .4s;}
.info-news-nr .h-al-nr-list{width: 32%; margin-right: 2%; margin-bottom: 2%; float: left;}
.info-news-nr .h-al-nr-list:nth-child(3n){margin-right: 0;}

.de-news-l img{width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;}
.de-news-nr:hover .de-news-l img{-webkit-transform: scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
    transform: scale(1.15);
    transition-timing-function: ease-out;
    transition-duration: 750ms;}
.de-news-r-date2{display: none;}
.mbx-nr-l a:hover{color: #1651a3; transition: all .4s; text-decoration: none;}
@media(max-width:1780px) {
  .de-news-r-p {
    padding: 7% 8%;
  }
  .de-news-r-date-d{
    font-size: 58px;
  }
  .de-news-r-tit{font-size: 24px;}
}
@media(max-width:1580px) {
  .de-news-r-p {
    padding: 6% 8%;
  }
}
@media(max-width:1488px) {
  .de-news-r-date-d {
    font-size: 50px;
  }
  .de-news-r-tit {
    font-size: 22px;
  }
}
@media(max-width:1400px) {
  .de-news-r-date-d {
    font-size: 44px;
  }
  .de-news-r-tit {
    font-size: 20px;
  }
}

@media(max-width:1380px) {
  .de-news-r-p {
    padding: 5% 8%;
  }
  .de-news-r-tit {
    font-size: 18px;
  }
}

@media(max-width:1280px) {
  .de-news-r-date-d {
    font-size: 40px;
  }
  .de-news-r-dis{margin-bottom: 4%;}

}

@media(max-width:1180px) {
  
  .de-news-r-tit {
    font-size: 16px;
  }
  .de-news-r-date{display: none;}
  .de-news-r-date2{display: block; color: #1651a3; font-size: 18px; margin-top: 2.8%;}
  .de-news-r-more{font-size: 14px;}
}
@media(max-width:1080px) {
  .de-news-r-date2{margin-top: 0;}
}

@media(max-width:980px) {
  .de-news-r-date2{display: none;}
  .de-news-r-tit{margin-top: 0;}
  .de-news-r-p {
    padding: 8%;
  }
  .abo-sl-nr .h-al-nr-list-pic {
    height: 178px;
  }
}
@media(max-width:880px) {
  .de-news-r-more{display: none;}
  .abo-sl-nr .h-al-nr-list-pic {
    height: 228px;
  }
}

@media(max-width:808px) {
  .de-news-r-p {
    padding: 5% 8%;
  }
  .de-news-r-dis{margin-bottom: 0;}
}
@media(max-width:780px) {
  .de-news-l {
    width: 100%;
  }
  .de-news-r {
    width: 100%;
  }
  .de-news-r-p {
    padding: 4%;
  }

  .info-news-nr .h-al-nr-list{width: 49%; margin-right: 2%; margin-bottom: 2%;}
  .info-news-nr .h-al-nr-list:nth-child(2n){margin-right:0; }
  .info-news-nr .h-al-nr-list:nth-child(3n){margin-right:2%; }

  .abo-sl-nr .h-al-nr-list-t {
    font-size: 16px;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
  }
  .abo-sl-h{display: none;}
  .abo-sl-nr .h-al-nr-list-tit{padding: 4%;}
  .abo-sl-nr .h-al-nr-list-pic {
    height: 208px;
  }
}

@media(max-width:680px) {
  .abo-sl-nr .h-al-nr-list-pic {
    height: 187px;
  }
}

@media(max-width:580px) {
  .abo-sl-nr .h-al-nr-list-pic {
    height: 157px;
  }
}

@media(max-width:480px) {
  .abo-sl-nr .h-al-nr-list-pic {
    height: 147px;
  }
}

@media(max-width:380px) {
  .abo-sl-nr .h-al-nr-list-pic {
    height: 118px;
  }
  .abo-sl-nr .h-al-nr-list-t{font-size: 15px;}

}

.mbx-nr-r-list:hover{color: #1651a3;}

.inner-right-l{width: 75%; float: left;}
.inner-news-r{width: 20%; float: right;}
.news-detail-title .b{position: relative; padding: 0 0 1.5% 0;}
.news-detail-title .b:after{height: 6px; background: url(../images/hx1.png)left repeat; position: absolute; left: 0; bottom: 0; content:"";display:block;clear:both; width: 100%;}
.news-detail{margin-top: 2.8%;}
.page-a a{color: #4f4f4f; transition: all .4s;}
.page-a a:hover{color: #1b4caf; transition: all .4s; text-decoration: none;}
.inner-news-r-p{padding: 8%; background: #f2f2f2;}
.inner-news-r-p:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.inner-news-r .page-a{padding: 4% 0; border-bottom: solid 1px #ddd;}
.inner-news-r .page-a:nth-child(2n){border-bottom: none;}

@media(max-width:1480px) {
  .news-detail-title .h3{font-size: 24px!important;}
  .inner-right-l{width: 70%;}
  .inner-news-r{width: 25%;}
}
@media(max-width:1280px) {
  .news-detail-title .h3 {
      font-size: 22px!important;
  }
}
@media(max-width:1180px) {
  .news-detail-title .h3 {
      font-size: 20px!important;
  }
  .news-detail-title .b{
    font-size: 15px;
  }
  .news-detail p{font-size: 15px; line-height: 28px;}
  .inner-news-r .page-a{font-size: 16px;}

  .art-mbx-nr{display: none;}
  .art-sm-block{display: block;}
  .type-nr .mbx-nr-r-list{width: 25%;}



  /*.mbx-nr .w1760 .mbx-nr-r{display: none;}*/
  .art-sm-block{display: block; margin-bottom: 2.8%;}
  .art-sm-block:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
  .art-sm-block .mbx-nr-r-list{width: 25%; float: left; background: #1651a3; margin: 0; text-align: center; padding: 1.4% 0; position: relative;}
  .art-sm-block .mbx-nr-r-list a{font-size: 16px; color: #fff;}
  .art-sm-block .mbx-nr-r-list:nth-child(2n){background: #517dbb;}
  /*.mbx-nr{padding: 2.8% 0;}*/
  .art-sm-block .mbx-nr-r-list:nth-child(5n){background: #517dbb;}
  .art-sm-block .mbx-nr-r-list:nth-child(6n){background: #1651a3;}
}
@media(max-width:980px) {
  .inner-right-l {
    width: 65%;
  }
  .inner-news-r {
    width: 30%;
  }
  .inner-news-r .page-a{font-size: 15px;}
}
@media(max-width:880px) {
  .inner-right-l {
    width: 100%;
  }
  .inner-news-r{
    width: 100%;
  }
  .inner-news-r-p{padding: 0; background: none;}
  .inner-news-r .page-a {
    padding: 0;
    border-bottom: none;
    line-height: 28px;
  }
  .inner-news-r .newsPage{margin-top: 4%;}
}

@media(max-width:780px) {
  .news-detail-title .h3 {
      font-size: 18px!important;
  }
}

@media(max-width:680px) {
  .type-nr .mbx-nr-r-list{width:50%;}
  .art-sm-block .mbx-nr-r-list:nth-child(2n){background: #517dbb; padding: 1.4% 0;}
  /*.mbx-nr{padding: 2.8% 0;}*/
  .art-sm-block .mbx-nr-r-list:nth-child(3n){background: #517dbb;}
  .art-sm-block .mbx-nr-r-list:nth-child(4n){background: #1651a3;}
  .art-sm-block .mbx-nr-r-list:nth-child(5n){background: #1651a3;}
}

@media(max-width:580px) {
  .news-detail-title .b {
      position: relative;
      padding: 0 0 4% 0;
  }
}
@media(max-width:480px) {
  .art-sm-block .mbx-nr-r-list{padding: 2.8% 0;}
  .art-sm-block .mbx-nr-r-list:nth-child(2n){padding: 2.8% 0;}

}

@media(max-width:328px) {
  .type-nr .mbx-nr-r-list{width: 100%;}
  .mbx-nr-r-list{width: 100%;}
  .art-sm-block .mbx-nr-r-list:nth-child(3n){background: #1651a3;}
  .art-sm-block .mbx-nr-r-list:nth-child(4n){background: #517dbb;}
  .art-sm-block .mbx-nr-r-list:nth-child(6n){background: #517dbb;}
}


.article-list{width: 32%; margin-right: 2%; margin-bottom: 2%; float: left;}
.article-list-pic{display: flex; align-items: center; justify-content: center; width: 100%; height: 328px; overflow: hidden;}
.article-list-pic img{width:100%!important; height: 100%!important;}
.article-list-tit{padding: 4.8%; font-size: 18px; color: #333333; position: relative; line-height: 34px; background: #fff;  display: flex; align-items: center;}
.al-l-nr{float: left; text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    word-break: break-all;}
.article-list-more{width: 34px; height: 34px; border-radius: 50%; background: #1651a3; color: #fff; font-size: 18px; display: flex; align-items: center; justify-content: center; line-height: 34px; float: right;}
.article-list:nth-child(3n){margin-right: 0;}

@media(max-width:1580px) {
  .article-list-pic{height: 308px;}
}

@media(max-width:1480px) {
  .article-list-pic{height: 278px;}
}

@media(max-width:1380px) {
  .article-list-pic{height: 248px;}
}

@media(max-width:1280px) {
  .article-list-pic{height: 228px;}
  .article-list-tit{font-size: 16px; line-height: 28px;}
  .article-list-more{width: 28px; height: 28px; line-height: 28px;}
}

@media(max-width:1180px) {
  .article-list-pic {
    height: 218px;
  }


}

@media(max-width:1080px) {
  .article-list-pic {
    height: 208px;
  }

  
}


@media(max-width:980px) {
  .article-list-pic {
    height: 187px;
  }

  
}

@media(max-width:880px) {
  .article-list-pic {
    height: 168px;
  }

  
}

@media(max-width:780px) {
  .article-list-pic {
    height: 148px;
  }

  
}

@media(max-width:680px) {
  .article-list{width: 49%; float: left; margin-right: 2%; margin-bottom: 2%;}
  .article-list:nth-child(2n){margin-right: 0;}
  .article-list-pic {
    height: 198px;
  }
  .article-list:nth-child(3n){margin-right: 2%;}
  .article-list:nth-child(6n) {
    margin-right: 0;
  }
}

@media(max-width:580px) {
  .article-list-pic {
    height: 178px;
  }
  .article-list-more{width: 24px; height: 24px;}
}
@media(max-width:580px) {
  .article-list-pic {
    height: 158px;
  }
}
@media(max-width:480px) {
  .article-list-pic {
    height: 138px;
  }
  .article-list-more{display: none;}
  .article-list-tit{text-align: center;}
  .art-sm-block{margin-bottom: 5%;}
}
@media(max-width:380px) {
  .article-list-pic {
    height: 118px;
  }
}
.article-list:hover a{text-decoration: none; color: #fff; transition: all .4s;}
.article-list:hover .article-list-tit{background: #1651a3; transition: all .4s; color: #fff;}
.article-list:hover .article-list-more{background: #fff; transition: all .4s; color: #1651a3;}
.honor-info-img img{margin: 0 auto; max-width: 100%;}
.news-detail img{margin: 0 auto; max-width: 100%;}

.zl-tit-nr{width: 100%;}
.zl-tit-nr-t{font-size: 34px; color: #333333; text-align: center; position: relative; z-index: 9;}
.zl-tit-nr-d{font-size: 16px; color: #666666; text-align: center; width: 50%; margin: 0 auto; margin-top: .4%; margin-bottom: 2.8%;}

.zl-list{width: 24%; margin-right: 1.3%; margin-bottom: 1.3%; float: left; background: #fff;}
.zl-list:nth-child(4n){margin-right: 0;}
.zl-list-p{padding: 10% 8%;}
.zl-list-pic{display: flex; align-items: center; justify-content: center; width: 58px; height: 72px; margin: 0 auto; position: relative;}
.zl-list-tit{font-size: 18px; text-align: center; margin-top: 2%; color: #333333;}
.zl-list-date{font-size: 16px; color: #888888; text-align: center;}
.zl-list-more{width: 140px; padding: 2.2% 0; border:solid 2px #dddddd; margin: 0 auto; margin-top: 4%; text-align: center; transition: all .4s; color: #333333; font-size: 16px;}
.zl-list:hover .zl-list-more{background: #ffa624; border: solid 2px #ffa624; color: #fff; transition: all .4s;}
.zl-list-pic-b{display: block; visibility: visible; transition: all .2s; position: absolute; bottom: 0; z-index: 1;}
.zl-list-pic-h{position: absolute; opacity: 0; transition: all .4s; bottom: -10px; left: 0; visibility: hidden; z-index: 2;}
.zl-list:hover .zl-list-pic-b{visibility: hidden; opacity: 0; transition: all .2s; bottom: -10px;}
.zl-list:hover .zl-list-pic-h{visibility: visible; opacity: 1; bottom: 0; transition: all .4s;}
.zl-list:hover a{text-decoration: none;}

@media(max-width:1480px) {
  .zl-tit-nr-t{font-size: 30px;}
  .zl-tit-nr-d{width: 70%;}
}

@media(max-width:1280px) {
  .zl-list-more{font-size: 15px;}
  .zl-list-pic img{max-width: 100%; max-height: 100%;}
  .zl-list-pic{width: 48px;}
  .zl-tit-nr-t {
    font-size: 28px;
  }
}

@media(max-width:980px) {
  .zl-tit-nr-d {
    width: 90%;
  }
  .zl-list-tit{font-size: 16px;}
  .zl-list-pic {
    width: 40px;
    height: 48px;
  }
  .zl-list-more{border: none; background: #ffa624; font-size: 15px; color: #fff;}
  .zl-list-date{font-size: 15px;}
  
}

@media(max-width:780px) {
  .zl-list-p {
    padding: 10% 0 0;
  }
  .zl-list-more{width: 100%;}
  .zl-tit-nr-t {
    font-size: 24px;
  }
}
@media(max-width:680px) {
  .zl-list{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .zl-list:nth-child(2n){margin-right: 0;}
  .zl-list-p {
    padding: 10% 0;
  }
  .zl-list-more {
    width: 80%;
  }
  
}
@media(max-width:580px) {
  .zl-tit-nr-d{font-size: 15px;}
}

@media(max-width:480px) {
  .zl-tit-nr-t {
    font-size: 22px;
    line-height: initial;
  }
  .zl-tit-nr-d{margin-top: 5%; margin-bottom: 5%;}
  .prodect-Info .info-main {
    padding: 5%;
  }
  .zl-list-tit{margin-top: 4%;}
  .zl-list-more{margin-top: 5%;}
}



@media(max-width:380px) {
  .zl-list-date{display: none;}
  .zl-list-more{font-size: 14px;}
  .zl-list-tit{font-size: 15px;}
}
.zl-tit-nr-t:after{/*height: 7px; width: 138px; background: rgba(255, 166, 36, .8); bottom: 22%; z-index: -1; content:"";display:block;clear:both; position: absolute; left: 46.4%;*/}
.zl-tit-nr-t{text-decoration: underline; text-decoration-color: #ffa624;}
.common-inner .inner-right .de-message{padding: 0; background: url(../images/messagebg.jpg)bottom no-repeat;}

.de-message-p{padding: 4%;}
.de-message-p .form-tr input{width: 98%!important; margin-right: 2%!important; padding: 3% 1%!important; height: auto!important; line-height: initial!important; background: #fff;}
.de-message-p .form-tr input:nth-child(2n){margin-right: 0!important;}
.de-message-p .form-tr{width: 50%; margin-right: 2%!important; float: left;}
.de-message-p .form-tr:nth-child(1n){margin-right: 0!important;}
.de-message-p .form-tr3{width: 100%!important; margin-bottom: 1%;}
.de-message-p .form-tr textarea{width: 99%!important; background: #fff;}


.de-message-p input::placeholder{ color:#333333; font-size: 15px;}
.de-message-p textarea::placeholder{ color:#333333; font-size: 15px;}


.common-inner .inner-right .de-message .mes-form .form-tr .error {
  /*height: 18px;
  line-height: 18px;*/
  font-size: 12px;
  color: #f00;
  padding: 0;
}

.de-message-p .code input{width: 30%!important; padding: 1.5%!important;}
.de-message-p .code .verify{height: auto!important; width: 200px!important; margin-left: 0!important;}
.form-trm{width: 100%!important;}
.de-message-p .form-tr .submit{width: 100%!important; background: #ffa624!important; font-size: 18px!important; padding: 1.4% 0!important; line-height: initial!important; margin-top: 0!important; height: auto!important; transition: all .4s;}
.form-trs{width: 99%!important;}
.form-trs:hover a{text-decoration: none!important;}
.de-message-p .verify img{max-height: auto!important; max-height: 80%!important;}
@media(max-width:1780px) {
  /*.zl-tit-nr-t:after{left: 46%;}*/
}
@media(max-width:1580px) {
  /*.zl-tit-nr-t:after{left: 45.7%;}*/
}
@media(max-width:1580px) {
 /* .zl-tit-nr-t:after{left: 45.6%;}*/
}
@media(max-width:1480px) {
  .de-message-p .code .verify{height: auto!important; width: 180px!important; margin-left: 0!important;}
  /*.zl-tit-nr-t:after{left: 45.8%; width: 128px;}*/


}
@media(max-width:1380px) {
  .de-message-p .code .verify{height: auto!important; width: 170px!important; margin-left: 0!important;}

}

@media(max-width:1280px) {
  .de-message-p .code .verify{height: auto!important; width: 160px!important; margin-left: 0!important;}
}

@media(max-width:1180px) {
  .de-message-p .code .verify{height: auto!important; width: 150px!important; margin-left: 0!important;}
}

@media(max-width:1080px) {
  .de-message-p .code .verify{height: auto!important; width: 140px!important; margin-left: 0!important;}
}

@media(max-width:880px) {
  .de-message-p .code .verify{height: auto!important; width: 130px!important; margin-left: 0!important;}
}

@media(max-width:780px) {
  .de-message-p .code .verify{height: auto!important; width: 120px!important; margin-left: 0!important;}
}

@media(max-width:680px) {
  .de-message-p .code .verify{height: auto!important; width: 110px!important; margin-left: 0!important; line-height: initial!important;}
}

@media(max-width:580px) {
  .de-message-p .code .verify{height: auto!important; width: 100px!important; margin-left: 0!important; line-height: initial!important;}
}
@media(max-width:480px) {
  .de-message-p .code .verify{height: auto!important; width: 98px!important; margin-left: 0!important; line-height: initial!important;}
  .de-message-p .form-tr {
    width: 100%!important;
  }
  .de-message-p .form-tr input{margin-right: 0!important; width: 100%!important;}
  .de-message-p .form-tr textarea{margin-right: 0!important; width: 100%!important; padding: 0!important; padding: 3% 1%!important; margin-bottom: 1.8%!important;}
  .de-message-p .form-tr .submit{margin-top: 1.8%!important; padding: 2.4% 0!important; font-size: 16px!important;}
  .de-message-p .code input {
    width: 50%!important;
    padding: 1.8%!important;
  }
  
}

.de-message-p .form-tr .submit:hover{background: #254ba7!important; transition: all .4s;}

.contact-list-l{width: 40%; float: left;}
.contact-map{width: 55%; float: right;}
.contact-list-l-tit{background: linear-gradient(to right, #145eaa, #00a5e2);
    -webkit-background-clip: text;
    color: transparent; font-size: 66px; text-transform: uppercase; font-family: impact; line-height: initial;}
.contact-list-l-dis{font-size: 16px; color: #555555; margin-bottom: 8%;}

.contact-list-l-list{width: 100%;}
.contact-list-l-list:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.contact-list-l-list-l{float: left;}
.contact-list-l-list-r{float: left; margin-left: 4%;}
.contact-list-l-list-r-tit{font-size: 18px; color: #333333; margin-top: 2.8%; margin-bottom: 2.8%; font-weight: bold;}
.contact-list-l-list-r-dis{font-size: 18px; color: #666; line-height: initial;}
.contact-list-l-list{margin-bottom: 4%;}
.contact-list-l-list-l img{width: 100%; object-fit: cover;}
@media(max-width:1480px) {
  .contact-list-l-tit{font-size: 60px;}
  .contact-list-l-list-r-tit{margin-top: 3%;}
  .contact-list-l-list-r-dis {
    font-size: 22px;
  }
}

@media(max-width:1380px) {
  .contact-list-l-tit{font-size: 58px;}
  .contact-list-l-list-r-tit{margin-top: 4%;}
  .contact-list-l-list-r-dis {
    font-size: 20px;
  }
}

@media(max-width:1280px) {
  .contact-list-l-tit{font-size: 48px;}
  .contact-list-l-list-r-tit{margin-top: 2%;}
  .common-inner .inner-right .de-contact .contact-map #dituContent{height: 378px!important;}
  .contact-list-l-list-l{width: 60px;}
}

@media(max-width:1180px) {
  .contact-list-l-tit{font-size: 44px;}
  .contact-list-l-list-r-tit{margin-top: 0;}
  .common-inner .inner-right .de-contact .contact-map #dituContent{height: 348px!important;}
  .contact-list-l-list-l{width: 55px;}
}

@media(max-width:980px) {
  .contact-list-l-tit{font-size: 40px;}
  .contact-list-l-list-r-tit{margin-top: 0;}
  .common-inner .inner-right .de-contact .contact-map #dituContent{height: 328px!important;}
  .contact-list-l-list-l{width: 50px;}
  .contact-list-l-list-r-dis {
    font-size: 18px;
  }
}
@media(max-width:880px) {
  .contact-list-l {
    width: 100%;
  }
  .contact-map {
    width: 100%;
  }
  .contact-list-l-dis{margin-bottom: 4%;}
}

@media(max-width:780px) {

  .contact-list-l-tit { font-size: 35px;}
  .contact-list-l-list-r-dis {
      font-size: 16px;
  }
  .contact-list-l-list-l {
      width: 45px;
  }

}

@media(max-width:580px) {

  .contact-list-l-dis{font-size: 15px;}
  
}

@media(max-width:480px) {
  
  .contact-list-l-tit {
    font-size: 26px;
  }
  .contact-list-l-list-r-tit{font-size: 15px; line-height: initial;}
  .contact-list-l-list-l {
    width: 40px;
  }
  .contact-list-l-list-r-dis {
    font-size: 15px;
  }
  .contact-list-l-dis {
    font-size: 15px;
    line-height: initial;
  }
  .contact-list-l-dis {
    margin-bottom: 5%;
  }
  .contact-list-l-list {
    margin-bottom: 5%;
  }
}

.job-tit-nr{font-size: 34px; color: #1651a3; text-align: center;}
.job-pic img{width: 100%;}
.job-tit-02{font-size: 48px; font-weight: bold; color: #1651a3; text-align: center; text-transform: uppercase; margin-top: 2.8%; line-height: initial;}
.job-tit-n{font-size: 34px; color: #333333; text-align: center; margin-bottom: 2.8%;}

@media(max-width:1480px) {
  .job-tit-nr{font-size: 30px;}
  .job-tit-02{font-size: 40px;}
  .job-tit-n{font-size: 30px;}
}

@media(max-width:1380px) {
  
}

@media(max-width:1180px) {
  .job-tit-nr{font-size: 28px;}
  .job-tit-02{font-size: 30px;}
  .job-tit-n{font-size: 28px; line-height: initial;}
}

@media(max-width:780px) {
  .job-tit-nr{font-size: 22px;}
  .job-tit-02{font-size: 24px;}
  .job-tit-n{font-size: 22px;}
}

@media(max-width:580px) {
  .job-tit-nr{font-size: 22px;}
  .job-tit-02{font-size: 24px;}
  .job-tit-n{font-size: 22px;}
}

@media(max-width:480px) {
  .job-tit-nr{font-size: 18px; line-height: initial;}
  .job-tit-02{font-size: 20px; margin-top: 5%;}
  .job-tit-n{font-size: 18px; margin-bottom: 5%;}
}

.job-nr .tab ul,li{list-style:none;}
.job-nr .tab{width:100%; /*height: 548px;*/ margin:0 auto;background:#ffffff; position: relative;}
.job-nr .tab:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.job-nr .tab ul li{width:100%; padding: 8% 0; font-size: 18px; text-align:center;float:left;background:#205ba9; color: #fff; cursor:pointer;}
.job-nr .tab ul li.active{background:white; color: #145eab;}
.job-nr .tab .tab_wrap{width: 80%; float: right; position: relative;}
.job-nr .tab .tab_content{display:none;position:relative;}
.tab_content_p{padding: 4%;}
.tab_content_p:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.job-nr .tab .tab_content.active{display:block;}
.job-nr .tab ul{width: 20%; float: left; padding-left: 0; margin-bottom: 0; height: 100%; background: #205ba9; position: absolute;}
.job-nr .tab .tab_wrap:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}

.tab_content_tit{width: 100%;}
.tab_content_tit:after{height: auto;content:"";display:block;clear:both;visibility:hidden;}
.tab_content_tit_l{float: left; font-size: 30px; font-weight: bold; color: #333333; position: relative; position: relative;}
.tab_content_tit_r{float: right; font-size: 16px; color: #333333; line-height: 48px; display: flex; align-items: center; justify-content: center;}
.tab_content_tit_r img{margin-right: 8px;}
.job-nr .tab_content img{width: auto; height: auto;}
.tab_content_tit_l:after{height: 2px;content:"";display:block;clear:both;width: 67px; background: #205ba9; position: absolute; position: absolute; bottom: -10%;}

.tab_content_dis{font-size: 20px; font-weight: bold; color: #333333; margin-top: 2.8%; margin-bottom: .8%;}
.tab_content_con{font-size: 16px; line-height: 30px; color: #333333; padding: 4% 0;}
.tab_content_con p{margin: 0;}

.tab_content_lx{width: 100%; padding: 1.4% 0; font-size: 16px; color: #ffffff; text-align: center; background: #205ba9; border-radius: 28px;}
.tab_content_tit_l span{font-size: 16px; font-weight: initial; margin-left: 8px; color: #205ba9; font-weight: bold;}

@media(max-width:1280px) {
  .tab_content_tit_l{font-size: 28px;}
}

@media(max-width:980px) {
  .tab_content_tit_l{font-size: 24px;}
  .tab_content_lx{color: #205ba9; font-weight: bold; text-align: left; background: none; padding: 0;}
}

@media(max-width:880px) {
  .tab_content_tit_l{font-size: 22px;}
}

@media(max-width:780px) {
  .tab_content_tit_l{font-size: 20px;}
  .job-nr .tab ul li{font-size: 16px; width: 33.3%; padding: 1.8% 0;}
  .tab_content_con p span{font-size: 16px!important;}

  .job-nr .tab ul{width: 100%; position: relative;}
  .job-nr .tab .tab_wrap{width: 100%;}
}

@media(max-width:580px) {
  .tab_content_tit_l {
    font-size: 18px;
  }
  .tab_content_tit_r{line-height: 28px; font-size: 15px;}
  .tab_content_tit_l span{font-size: 15px;}
  .tab_content_con{font-size: 15px; line-height: 28px; padding: 8% 0 4% 0;}
  .tab_content_lx{font-size: 15px;}
}

@media(max-width:480px) {
 .tab_content_p{padding: 5%;}
 .tab_content_con {
    font-size: 15px;
    line-height: 28px;
    padding: 8% 0 8% 0;
  }
}

.m-bot {
  clear: both;
  position: fixed;
  bottom: 0;
  width: 100%;
  /* background: #d71f1d; */
  background: linear-gradient(to right, #1b4caf, #1b4caf); 
  transition: all .2s;
  background-size: 100% auto;
  color: #FFF;
  padding: 10px 0;
  z-index: 999999;
  text-align: center;
  display: none;
}
.m-bot .col-xs-3 p{margin: 0!important;}
.m-bot .col-xs-3 img{margin: 0 auto;}
.m-bot .col-xs-3 a{text-decoration: none!important;}
@media(max-width:480px) {
  .m-bot{display: block;}
  .m-bot a:hover {
    color: #fed200
  }

  .m-bot i {
    font-size: 30px;
  }
  .m-bot .col-xs-3{width: 25%; float: left;}
  .m-bot .col-xs-3 a{color: #fff;}
  .footer-bq{margin-bottom: 66px;}
}


/**/
/* online */
#online_qq_tab a,.onlineMenu h3,.onlineMenu li.tli,.newpage{background:url(../images/float_s.gif) no-repeat;}
/*#onlineService,.onlineMenu,.btmbg{background:url(../images/float_bg.gif) no-repeat;}*/

#online_qq_layer{z-index:9999;position:fixed;right:0px;top:0;margin:150px 0 0 0;}
*html,*html body{background-image:url(about:blank);background-attachment:fixed;}
*html #online_qq_layer{position:absolute;top:expression(eval(document.documentElement.scrollTop));}

#online_qq_tab{width:28px;float:left;margin:58px 0 0 0;position:relative;z-index:9; border-radius: 4px 0 0 8px; overflow: hidden;}
#online_qq_tab a{display:block;height:118px;/*line-height:999em;*/overflow:hidden; font-size: 12px; color: #fff; text-align: center; padding-top: 28px; line-height: initial;}
#online_qq_tab:hover a{text-decoration: none;}
#online_qq_tab a#floatShow{background-position:-30px -374px;}
#online_qq_tab a#floatHide{background-position:0 -374px;}

#onlineService{display:inline; margin-left: -1px; float: left; display: block; background-position: 0 0; padding: 10px 0 0 0; border: solid 4px #1b4caf; border-radius: 8px; width: 170px; background: rgba(255,255,255,.8);}
.onlineMenu{background-position:-262px 0;background-repeat:repeat-y;padding:0 8%;}
.onlineMenu h3{height:36px;line-height: 28px; font-size: 15px; font-weight: bold; color: #1b4caf;/*line-height:999em;*/overflow:hidden;border-bottom:solid 1px #1b4caf;}
.onlineMenu h3.tQQ{background-position:0 10px;}
.onlineMenu h3.tele{background-position:0 -47px;}
.onlineMenu li{height:36px;line-height:36px;border-bottom:solid 1px #E6E5E4;text-align:center;}
.onlineMenu li.tli{padding:0 0 0 28px;font-size:14px;text-align:left;}
.onlineMenu li.zixun{background-position:0px -131px;}
.onlineMenu li.fufei{background-position:0px -190px;}
.onlineMenu li.phone{background-position:0px -244px; font-weight: bold;}
.onlineMenu li a.newpage{display:block;height:36px;line-height:999em;overflow:hidden;background-position:5px -100px;}
.onlineMenu li img{margin:10px 0 0 0;}
.onlineMenu li.last{border:0;}

.wyzx{padding:8px 0 0 5px;height:57px;overflow:hidden;background:url(../images/webZx_bg.jpg) no-repeat;}

.btmbg{height:12px;overflow:hidden;background-position:-131px 0;}
.onlineMenu ul{padding: 0; margin: 0;}
.online_qq_layer_h{position: absolute; z-index: 99; bottom: 0;}
.common-inner .inner-right .de-product-list{margin-top: 2.8%;}
.profl-nr .h-al-nr-list-pic{background: linear-gradient(to bottom, #eee, #dadee5);}
.icon-wrap svg{filter: invert(1);}

section.wechat{
  display: none;
}